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