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
286
RangeMin & RangeMax without effect?
posted

I tried setting the  RangeMin and RangeMax values and setting AxisRangeType to AxisRangeType.Custom in a compositechart , but it does not have any effect.

Do I miss something ? Any suggestions? It seems always just fitting to the value range.

 

Parents
No Data
Reply
  • 9836
    posted

    I suppose that you set directly the properties to the Axis.X, Axis.Y. Note that the composite charts use custom axis so will have to set the properties to them:

    this.ultraChart1.CompositeChart.ChartAreas[0].Axes[0].

    For more details, please refer to this forum thread.

Children
No Data