LineSeriesCursorTrackPoint Property |
LightningChart .NET Help
Tracking point style. Applies only when Style is set to PointTrack.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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