AreaSeriesPointStyle Property |
LightningChart .NET Help
Points style.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override PointShapeStyle PointStyle { get; set; }Public Overrides Property PointStyle As PointShapeStyle
Get
Set
public:
virtual property PointShapeStyle^ PointStyle {
PointShapeStyle^ get () override;
void set (PointShapeStyle^ value) override;
}Property Value
Type:
PointShapeStyle
See Also