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.
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.