ScrollBarBaseMaximum Property |
LightningChart .NET Help
Maximum value
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "100")]
public double Maximum { get; set; }<DefaultValueAttribute(GetType(Double), "100")>
Public Property Maximum As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"100")]
property double Maximum {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also