Click or drag to resize

PaletteStep Constructor (ValueRangePalette, Color, Double)

LightningChart .NET Help
Constructor

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

Parameters

owner
Type: Arction.WinForms.ChartingValueRangePalette
Parent.
color
Type: System.DrawingColor
Color.
value
Type: SystemDouble
Value.
See Also