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