ScrollThumbOptionsHeight Property |
LightningChart .NET Help
Height in pixels.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(20)]
public double Height { get; set; }<DefaultValueAttribute(20)>
Public Property Height As Double
Get
Set
public:
[DefaultValueAttribute(20)]
property double Height {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also