how to hide the starting (x,y) position in the chart

I have the following,

this.chartControl1.PrimaryXAxis.Range = new MinMaxInfo(0, 120, 10);
this.chartControl1.PrimaryYAxis.Range = new MinMaxInfo(-100, 50, 20);

But I dont want to see the values -100(along Y axis) and 0(along X axis).Similary the end values, 50(along Y axis) and 120(along Xaxis)should not be visible.But the chart should start from the initial value(0,-100) and shold have the end value (120,50)but the value should not be visible in the graph.But all the other ranges should be visible.


1 Reply

BP Bhuvaneswari P Syncfusion Team May 15, 2008 09:45 AM UTC

Hi Neethu,

Thank you for your interest in Syncfusion products.

This is an duplicate forum of
http://www.syncfusion.com/support/forums/message.aspx?MessageID=73706

Please follow up it.

Best Regard,
Bhuvana


Loader.
Up arrow icon