Search found 1 match
- Mon Sep 24, 2018 11:59 am
- Forum: VCL
- Topic: SeriesGroups / TBarSeries label issue
- Replies: 1
- Views: 6008
SeriesGroups / TBarSeries label issue
Greetings, we have an issue with SeriesGroups option. X bar (Axis.Bottom) date time labels are located quite randomly. How could we adjust your code so that group dates would appear correctly (centred) under group bars? procedure TForm1.Button1Click(Sender: TObject); var bar: TBarSeries; begin chart...