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(PointRGB), "1, 1, 1")]
public PointRGB Max { get; set; }<DefaultValueAttribute(GetType(PointRGB), "1, 1, 1")>
Public Property Max As PointRGB
Get
Set
public:
[DefaultValueAttribute(typeof(PointRGB), L"1, 1, 1")]
property PointRGB^ Max {
PointRGB^ get ();
void set (PointRGB^ value);
}Property Value
Type:
PointRGB
See Also