HighLowSeriesPointStyleLow Property |
LightningChart .NET Help
Gets or sets point style low. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointShapeStyle PointStyleLow { get; set; }Public Property PointStyleLow As PointShapeStyle
Get
Set
public:
property PointShapeStyle^ PointStyleLow {
PointShapeStyle^ get ();
void set (PointShapeStyle^ value);
}Property Value
Type:
PointShapeStyle
See Also