Search found 1 match

by DataInspector
Fri Jul 30, 2021 9:21 pm
Forum: VCL
Topic: Ternary Series Assigning a Color
Replies: 1
Views: 4633

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...