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

suggest me a chart type

Hi, please suggest me a ChartSeriesType, which can draw like the one which is in the attached immage file

Thanks,

Jyothi



src_ExcelChart.zip

1 Reply

JJ Jisha Joy Syncfusion Team December 11, 2007 10:14 AM UTC

Hi Jyothi,

Sorry for the delay in responding.

Multiple Axes can be implemented by using ChartAxis class and adding it to the chartcontrol. Then we can change the location of these axes to the desired location by using the Location property of the axes.
Here is the code snippets:

this.axis.LocationType = ChartAxisLocationType.Set;
this.axis1.LocationType = ChartAxisLocationType.Set;
axis.Location = new PointF(this.ChartWebControl1.PrimaryYAxis.Location.X, this.ChartWebControl1.PrimaryYAxis.Location.Y - 75);
axis1.Location = new PointF(this.ChartWebControl1.PrimaryXAxis.Location.X, this.ChartWebControl1.PrimaryYAxis.Location.Y - 75);



Please refer the sample in the link to illustrate this:
http://websamples.syncfusion.com/samples/Chart.Web/6.1.0.34/F70143/main.htm

Please try this and let me know if you need further assistance.

Regards,
Jisha



Loader.
Live Chat Icon For mobile
Up arrow icon