2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
By default the axis will calculate the origin of the axis from data contained in the series. Using the CustomOrigin property of an axes , you can change this origin. To enable the origin to be set with Origin, you have to set CustomOrigin to true. C#this.chartControl1.PrimaryYAxis.CustomOrigin = true; this.chartControl1.PrimaryYAxis.Origin = chartControl1.Series[0].Points[0].YValues[0]; VBMe.chartControl1.PrimaryYAxis.CustomOrigin = True Me.chartControl1.PrimaryYAxis.Origin = chartControl1.Series(0).Points(0).YValues(0)
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.