Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Target Line
posted

How can a draw a target line over a simple bar chart?

TIA,

Rich

Parents
No Data
Reply
  • 9836
    posted

    Hi Rich,

    Currently there is no build-in funticonality to draw a target line. You can try with the Marks on the Axis but I'm not sure it would works in your scenario.

    <igCA:XamChart.Axes>
                <igCA:Axis AxisType="PrimaryY">
                        <igCA:Axis.MinorGridline>
                                  <igCA:Mark Unit="60" Stroke="Red" StrokeThickness="3" />
                        </igCA:Axis.MinorGridline>
                 </igCA:Axis>
    </igCA:XamChart.Axes>

    Alternately you can place the XamChart in a canvas and draw a line at the top.

    In order to possibly get this feature into a future release, please submit a feature request at the following webpage:
    http://devcenter.infragistics.com/Protected/RequestFeature.aspx

    I hope this helps

    Vlad

Children
No Data