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