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