We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Max Rage

Crystal Reports automatically sets the Max range depending on the data and the size of the graph. So the chart is always position inside the graph area.

Does your chart have this capability? Right now if the chart height size is small and the data plots are in the millions, the graph is cut off at the top.


Any suggestions?



1 Reply

J. J.Nagarajan Syncfusion Team July 17, 2008 12:11 PM UTC

Hi Rod ,

The Range property of the ChartControl's Axis is affected by the RangeType property. This property is set to ChartAxisRangeType.Auto by default. If the RangeType is default then the chart will automatically sets its minimum, maximum and interval values. So please set the RangeType of PrimaryYAxis to Auto to display the high range of chart.

this.chartControl1.PrimaryYAxis.RangeType = ChartAxisRangeType.Auto;

Please let me know if this helps.

Regards,
Nagaraj


Loader.
Live Chat Icon For mobile
Up arrow icon