Click or drag to resize

RangeInt Constructor (Int32, Int32)

LightningChart .NET Help
Range of PointRGB

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public RangeInt(
	int min,
	int max
)

Parameters

min
Type: SystemInt32

[Missing <param name="min"/> documentation for "M:Arction.Wpf.Charting.RangeInt.#ctor(System.Int32,System.Int32)"]

max
Type: SystemInt32

[Missing <param name="max"/> documentation for "M:Arction.Wpf.Charting.RangeInt.#ctor(System.Int32,System.Int32)"]

See Also