Flex Line Chart Vertical marker

Hi, I have a flex line chart and what I want to do is have an
a vertical marker that extends to the outside the chart area at the
last point.
Does anyone have any ideas?
Very smilar to this...
http://tomgutz.wordpress.com/2007/12/17/flex-custom-chart/
Thanks

Here is a perfect example of what I cannot decipher:
http://flex.amcharts.com/examples/chart_with_multiple_value_axes
^ You can even see the source code here. I believe they call it a "chart cursor".
Any idea what the mouse is doing, and how to get that line into a standard FLEX Linechart?
I see this a lot but have no idea what it's called....

Similar Messages

  • Line chart's marker size is not changing

    Hi,
    I am using Crystal Reports 2008 and trying to change a Line Chart's marker size.  The default size is 35, but every time I change it, it returns back  to 35 again.  Is there a bug in the application?
    Thanks,
    Al

    Hello Al,
    You need to turn of Auto Arrange in Chart Expert > Options > Layout
    Changing the marker size conflicts with the Auto Arrange so it is not possible to change the Marker size with it enabled.

  • Flex line chart

    hi i have a flex line chart with some line series. What I
    wanted to do is get access to the items property of the series. (
    this contains the x, y values etc).
    Question is at what stage during of rending do i need to do
    this?
    Ive tried the following but at each attempt the items
    collection was 0.
    Creation complete of the chart
    creation complete of the series
    thanks

    There is info about accessing the properties of the series in
    the docs here:
    http://livedocs.adobe.com/flex/3/html/charts_eventsandeffects_12.html
    hth,
    matt horn
    flex docs

  • Need Help In Flash/Flex Line Charts...Output should be like stock exchange chart

    Hello Friends,
    I need a small help from you guys.
    I want to do a line chart example in flash cs3 or in flex. Actually my requirement is getting the data from external file ie xml and with that i want to display a line chart with some time interval just like stock exchange charts for example.
    I have to do this either in flex or in flash cs3. i dont have any ideas how to proceed. can anyone help me out on this. i need it asap.
    Thanks
    Rajesh

    hi
    flex has charting components you can use. see: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/charts/LineChart.htm l (example at the bottom of page)

  • Drawing dashed line or dotted line in a flex line chart

    Friends,
    I want to draw a line chart which should be either dotted or dashed.
    since there is no component like dashed line chart, can anyone help me in creating one.
    i think if i extend the line series component, then i can draw that.
    but am stuck there. pls help people.
    Regards,
    Anoop

    Try looking [url http://www.macdevcenter.com/pub/a/mac/2002/03/22/vertical_text.html]here.
    : jay

  • Hiding lines on a line chart (Display marker only)

    I would like to only view Markers along with bars in combination chart. Need to make lines transparent or hidden (disable).
    The X category  axis is (different companies), so connecting line is not appropriate.
    There are setting to hide other elements: Markers (Enable or Transparency), Column (Transparency).

    Hi,
    I don't think that is possible out-of-the-box. What you could do is the following:
    1) Create a Bar chart
    2) Create a XY chart (this will be your markers). Create a new series on the XY chart. Point the x-values to the x-axis labels on you bar chart. Point the y-values to the values you would like to display as markers.
    3) Disable display of most of the elements of the XY chart, e.g. chart back ground, legend, vertical axis, gridlines etc.
    4) Move the XY chart on top of you Bar chart
    This will work, but might take a little fiddling :o)
    Hth.,
    Jacob

  • Using CSS to change line chart tick mark font

    I apologize if this has been covered elsewhere, but I can't find any reference to help with this.
    I have create a dark-background theme for my CSS and have run into a bit of a blind spot with the CSS. My chart has a dark background, and I can find no way to change the color of the font on the tick marks. I have resorted for now to setting the individual axis objects setTickLabelFill for now, but it would be nice to be able to set this in CSS.
    With this, I can change the font size of the axis labels and tick marks, but the font name and color are ignored for the tick marks:
    .axis {
    -fx-font: 14px "Palatino Linotype";
    -fx-text-fill: white;
    Thank you for your help.
    - Jim
    Edited by: 871682 on Aug 2, 2011 11:47 AM

    That did work in 1.3, and I hoped it made it into 2.0, but that setting didn't help.
    Setting the -fx-text-fill in -axix-tick-mark .label doesn't work either, or any variation I tried.

  • Line Chart

    Hi There, I relatively new to Flex. Can anyone please help me
    out in this Flex problem. Here is the problem.
    I have 2 graphs which needs to be plotted on one Flex line
    chart layout. I have date as x-Axis for these graphs. both the
    graph starts with different date, example, graph 1 starts from
    Nov7th and ends on Nov 22nd and second graph starts from Nov 27th
    and ends on Dec 5th. when I plot these two graphs, the second graph
    is overlapping onto first graph which is wrong, both shud be
    plotted at different dates. How do i display both the graph
    accurately?
    Graph always starts from x axis base. Is it possible to make
    the graph start from middle instead of start of x-Axis?
    Pl advice. Thanks

    I gave the outputs to know wheather the data is compatible for the chart. Because I have not done anything but just followed the wizard .
    Navigation is..
    Create Page-->Chart-->Line
    and the rest are default except the query.
    I even tried vertical bar which is also not working.
    Note: I even tried after removing the ORDER BY clause.
    This is the query which is working fine
    select distinct sd_cnt_module_type, sd_metric_id, sd_weighted_violation
    from cau_tr_si_detail t
    union all
    select distinct sd_cnt_module_type, sd_metric_id+2, sd_weighted_violation
    from cau_tr_si_detail t
    Problematic Query
    select
    prj.cau_ma_pr_name name,to_char(t.qi_date,'mon-yyyy') month,
    round(sum(t.qi_finalindex)/count(1),2) as metrics
    from cau_tr_qualityindex t,cau_ma_project prj
    where
    to_char(qi_date,'YYYY') = '2004'
    and t.qi_project_id = 21
    and
    prj.cau_ma_pr_id = t.qi_project_id
    group by t.qi_project_id,to_char(t.qi_date,'mon-yyyy'),prj.cau_ma_pr_name
    order by t.qi_project_id,to_char(t.qi_date,'mon-yyyy')
    Thanks In advance.
    Jaggy

  • Line Chart glitch - grid lines thick at certain heights

    The Flex Line Chart control does not display correctly at certain heights.  The gridlines that are supposed to be 1px pin stripes are sometimes displayed up to 100px wide.  This can be demonstrated with 1 line of code
    <mx:LineChart height="33000" x="200" y="0" id="chart_1"  width="100" ></mx:LineChart>
    I also have another small app that uses a timer to demonstrate how as the height increases the gridlines increase from:
    1px to 100px
    then back to 1px
    .... then as the chart's height increases another 7000px the 1px gridlines display correctly
    then it repeats going back to thick, then thin etc... almost a pulsating effect
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="init();">
        <fx:Script>
            <![CDATA[
                import flash.utils.Timer;
                import flash.events.TimerEvent;
                private var timer:Timer = new Timer(10);
                private function init():void{
                    timer.addEventListener(TimerEvent.TIMER, changeheight);
                    timer.start();
                private function changeheight(event:TimerEvent):void{
                    chart_1.height=chart_1.height+30;
                    lblHeight.text="Chart Height:"+String(chart_1.height)+"px ";
            ]]>
        </fx:Script>
        <mx:LineChart height="33000" x="200" y="0" id="chart_1"  width="100" ></mx:LineChart>   
        <s:Label id="lblHeight"  />
        <s:Button y="80" click="timer.start();" label="Start" />
        <s:Button y="100" click="timer.stop();" label="Stop" />
    </s:Application>

    Are you able to acheive this.?
    PCXML script is used for chart rendering, and with that I think you can't demark the Gridlines.
    The following Xml file gives the definitions for the chart components including gridlines.
    chartviewtemplates.xml
    Which inturn refers to the following js for gridlines
    i think you have to work on the Js here demark the grid lines by default
    <Oracle_BIHome>\web\app\res\b_mozilla\views\chart
    dlggridlineseditor.js
    Before doing any changes take the backup.
    Thanks,
    Vino
    Edited by: Vinodh NK on Oct 22, 2010 3:44 AM

  • How to dynamically add new line series to the line chart in flex?

    i need to add line series dynamically..and each line  series should have a different data provider...

    A chart can have only 1 dataProvider which in my case is an ArrayCollection.
    The chart will update every time the dataProvider changes if you use binding.
    So you have to write a function that periodically populates the ArrayCollection with data from the server and the chart will update automatically.
    'Using line charts' tutorial from Adobe: http://livedocs.adobe.com/flex/3/html/charts_types_08.html#243339

  • Goal Line Chart in Flex

    Hello All,
      I'm creating a project that consists of flex chart componnents. However, client requires a goal line in the charts. I've googled allday on this and cant seem to find any samples. Is this even possible? If so, can you please lead me to the right direction.
    Kinda like this example..but just have the goal line horizontal.
    Jeff

    Can you just take the min and max from the data source feeding your line chart, build a separate line chart with start and end corresponding to those two points and y-value corresponding to your goal, and add a second series to the chart? You may need to build a custom lineSegmentRenderer if you want a dashed line but a thin, low-alpha line may look fine.

  • Vertical Mixed Line Chart - How to make the lines Bold

    Hi,
      I am using a Vertical Mixed Line Chart in a report and user want the lines in the chart to be made bold. Is there an option to make them bold?
      I checked in the Properties but unable to find.
      Could you please reply <REMOVED_BY_MODERATOR>
    Nanda Kishore
    Edited by: Pravender on Oct 20, 2010 11:21 AM

    3D ??
    Hey Nanda Kishore,
    It is not possible. Alternative is making client to view them in different way/view.
    Try this:
    1. Select Block/Chart
    2. Properties: Data
    3. Check : Show data markers
    4. Check : Vary data markers
    this way we can attract the Users. Hope it helps you.
    Thank You!!
    H2H

  • Formatting of vertical Line chart

    Hi,
    Does anyone know why the last element on a LineChar,t when
    the form is vertical, does not get displayed correctly?
    It seems to get partially displayed as a very thin vertical
    line.
    Thanks.

    Hello Greg,
                         Yes you are correct i want the  combination of Line Charts with  bar Charts on top .Let me know if you need any further details on it.I have the picture but I cannot share with anyone  due to right's issue.
    Regards
    Kalavati

  • Line chart and vertical line repeats according period

    Hej,
    I have line chart and horizontal axis displays many months, thus is possible to vertical line from horizontal axis be displayed after years period and be color diferent?? My example, start displays January 2007,......finish December2007->DISPLAY VERTICAL LINE as LONG TICK, start January2008....and so on... is possible to set such repeater for line chart...thank for response.

    Hi 1234alex,
    According to your description, you want to create a non-vertical target line in top of bar chart to show different target.
    In Reporting Services, it’s impossible to create a non-vertical target line in top of bar chart. Because StripLines can only return a vertical target line even we put expression to make it dynamically . In this scenario, we can show the target line as values
    and use switch() function to specify different values based on different category. Then we just need to change the chart type for that series only. However, it only support horizontal line chart type in Reporting Services, so we suggest you use column chart
    instead of bar chart. Please refer to detail steps below:
    1. On Chart Data region, set an expression looks like:
         =switch(Fields!month.value=”A”,”4”,
         Fields!month.value=”B”,”8”, 
         Fields!month.value=”C”,”2”,
         Fields!month.value=”D”,”5”)
    2. Right click expression in Chart Data region, choose Change Chart type, select a line chart.
    3. Click Preview, the results look like:
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • How to add line series dynamically to a line chart in flex?

    hi..i need to add line series dynamically to a line chart..depending on an array..the application is this..i have an array which stores the details of the users connected to an fmi server..the chart should display the bandwidth of each client..so the users should be added and removed from the chart dynamically...

    Hi
    1.I am giving you solution for dynamically adding values to the dropdown
    public void addValue( )  //Method Name in Component controller
        //@@begin addValue()
              IWDNodeInfo nodeinfo = wdContext.nodeNodeTestData().getNodeInfo();// Node should be map to the view's Node
              IWDAttributeInfo att = nodeinfo.getAttribute("VechileTypes");// Attribute by which dropdown in bound//
              IModifiableSimpleValueSet svSet = att.getModifiableSimpleType().getSVServices().getModifiableSimpleValueSet();
              svSet.put(wdContext.currentNodeTestDataElement().getInpAtt(),wdContext.currentNodeTestDataElement().getInpAtt());
        //@@end
    2.   wdThis.wdGetLangCompController().addValue(); // call this method in the point where u want to add values to the dropdown.

Maybe you are looking for

  • Mail rules iPad

    Can you set up mail rules in Mail.app on the iPad like you can on a mac ie. mark as junk or spam, block email addresses.  Tried looking in the support section but could not find anything.

  • Lightroom keywords in Bridge?

    I hope that I'm overlooking some very simple thing, but none of my keywords that I have set for my pictures in Lightroom show up in Bridge (nor are they searchable). Also, if the keywords do not work together in both programs, what would the purpose

  • White box syndrome!

    Hi all. I am working with InDesign 2014 CC. Lately, I have had trouble with my display. When zoomed out, all objects appear in place, like they should be. However, when zooming in to at least 50%, the document just displays white boxes where the obje

  • ABAPer's next Career step

    I am working as an ABAPer mostly in SAP AFS,I would like to know what is the career growth I can Expect as a ABAPer in next 6 month, and what should be my next step? I am confuse whether to  remain on technical side only or move to functional side?or

  • Adding fields using forms personalization

    Hi All, Is it possible to add the fields to a form using forms personalization. Thanks and Regards, Zaheer.