Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS VCL Chart
Setting a custom division on the X-Axis

With this code, you can switch of the autounits and set a custom division on the X-Axis:
AdvChartView1.Panes[0].Series[0].XAxis.AutoUnits := False;
AdvChartView1.Panes[0].Series[0].XAxis.MajorUnit := 10;
AdvChartView1.Panes[0].Series[0].XAxis.MinorUnit := 0;