LightningChart .NET Help
Gets or sets if uses palette from referenced series for y-axis coloring. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool UsePalette { get; set; }Public Property UsePalette As Boolean
Get
Set
public:
property bool UsePalette {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also