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