Yes, this is the same.
This can be done also by code with:UserLS wrote:bring your chart editor and just change the bottom axis increment to your predefined option "One Year"
Code: Select all
_testChart.Axes.Bottom.Increment = Steema.TeeChart.Utils.GetDateTimeStep(Steema.TeeChart.DateTimeSteps.OneYear);
Code: Select all
_testChart.Axes.Bottom.Labels.Style = Steema.TeeChart.AxisLabelStyle.PointValue;