RangeInt Constructor (Int32, Int32) |
LightningChart .NET Help
Range of PointRGB
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic RangeInt(
int min,
int max
)
Public Sub New (
min As Integer,
max As Integer
)
public:
RangeInt(
int min,
int max
)
Parameters
- min
- Type: SystemInt32
[Missing <param name="min"/> documentation for "M:Arction.WinForms.Charting.RangeInt.#ctor(System.Int32,System.Int32)"]
- max
- Type: SystemInt32
[Missing <param name="max"/> documentation for "M:Arction.WinForms.Charting.RangeInt.#ctor(System.Int32,System.Int32)"]
See Also