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