Click or drag to resize

PaletteStep Constructor (ValueRangePalette, Color, Double)

LightningChart .NET Help
Constructor

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PaletteStep(
	ValueRangePalette owner,
	Color color,
	double value
)

Parameters

owner
Type: Arction.Wpf.ChartingValueRangePalette
Parent.
color
Type: System.Windows.MediaColor
Color.
value
Type: SystemDouble
Value.
See Also