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