LineSeriesCursorTrackPoint Property |
LightningChart .NET Help
Gets or sets tracking point style. This is a dependency property. Applies only when Style is set to PointTrack.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointShapeStyle TrackPoint { get; set; }Public Property TrackPoint As PointShapeStyle
Get
Set
public:
property PointShapeStyle^ TrackPoint {
PointShapeStyle^ get ();
void set (PointShapeStyle^ value);
}Property Value
Type:
PointShapeStyle
See Also