How to customize the color of my series
Posted: Thu Sep 01, 2016 2:45 pm
Hi,
How to customize the color of my series?
The code does not change the value of SeriesColor property.
Thanks.
How to customize the color of my series?
Code: Select all
TBarSeries *serie = new TBarSeries(NULL);
serie->SeriesColor = clRed;
Thanks.