L
Luis D Rojas
Hi,
I´m working with the chart control with C#
I´m using a chChartTypeScatterLineMarkers chart type.
The chart works fine, but i do not know why the first point at chart X does
not starts at the (0,0) intersection
It starts to draw the line like 3 month away. And the same happens for the
last point
i´m using Autoscaling property like this
cht.Axes[ OWC10.ChartAxisPositionEnum.chAxisPositionBottom
].Scaling.HasAutoMaximum = true;
cht.Axes[ OWC10.ChartAxisPositionEnum.chAxisPositionBottom
].Scaling.HasAutoMinimum = true;
Can somebody help me
thanks in advance
I´m working with the chart control with C#
I´m using a chChartTypeScatterLineMarkers chart type.
The chart works fine, but i do not know why the first point at chart X does
not starts at the (0,0) intersection
It starts to draw the line like 3 month away. And the same happens for the
last point
i´m using Autoscaling property like this
cht.Axes[ OWC10.ChartAxisPositionEnum.chAxisPositionBottom
].Scaling.HasAutoMaximum = true;
cht.Axes[ OWC10.ChartAxisPositionEnum.chAxisPositionBottom
].Scaling.HasAutoMinimum = true;
Can somebody help me
thanks in advance