Search found 1 match
- Fri Jul 30, 2021 9:21 pm
- Forum: VCL
- Topic: Ternary Series Assigning a Color
- Replies: 1
- Views: 5887
Ternary Series Assigning a Color
How do you assign a single color per series on a ternary plot? Do I need to set it programmatically, or can I sent it to choose colors in the editor. My code now looks like this NameOld := NameNew; TriPlotSeries := TTernarySeries.Create(Self); TriPlotSeries.ParentChart := ChartTriPlot; TriPlotSeries...