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