RightPropertiesViewModel.LineColors property¶
Defined in
Type: RightPropertiesViewModel
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public QuaternaryList<string> LineColors { get; set; }
Summary: Gets or sets the collection of colors used for lines in the chart or visualization.
Returns: QuaternaryList<string>
Remarks
The list contains up to four color values, which are applied in order to the lines rendered. If fewer than four colors are specified, default colors may be used for remaining lines. Modifying this property allows customization of line appearance.