RightPropertiesViewModel.Visibilities 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> Visibilities { get; set; }
Summary: Gets or sets the collection of colors used to render individual lines in the chart or visualization.
Returns: QuaternaryList<string>
Remarks
The order of colors in the collection determines which color is applied to each line. Modifying this collection updates the appearance of the corresponding lines. The property is observable; changes to the collection will automatically propagate to any listeners.