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
200
WinChart Doesn't Display Value Set in RangeMax on Y Axis
posted

I am using a WinChart to show a line graph. I have set the YAxis's RangeMax to 1840. The graph initially generates as the one shown in the attached LineChart_Init.png. You can see the Y scale only goes up to 1600. I have a splitter on the chart and If I increase the size of the chart it gets up to 1800 which is a little more acceptable as shown in the attached LineChart_SplitterDrag.png. Is there a way to force an UltraChart to always make the RangeMin and RangeMax properties visible on the chart?

LineChartImages.zip
Parents
No Data
Reply
  • 12480
    Suggested Answer
    Offline posted

    Hi Nicholas,

    The RangeMax property has no effect unless that axis's RangeType property is set to RangeType.Custom. Note that you will need to set the RangeMin property as well in this case.

    Please try that and let me know if it works.

Children
No Data