RoundEventMarkerBaseSnapToClosestPoint Property |
LightningChart .NET Help
Gets or sets marker snap type. 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
Syntax[DefaultValueAttribute(typeof(double), "0")]
public RoundEventMarkerBaseMarkerSnapToType SnapToClosestPoint { get; set; }<DefaultValueAttribute(GetType(Double), "0")>
Public Property SnapToClosestPoint As RoundEventMarkerBaseMarkerSnapToType
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"0")]
property RoundEventMarkerBaseMarkerSnapToType SnapToClosestPoint {
RoundEventMarkerBaseMarkerSnapToType get ();
void set (RoundEventMarkerBaseMarkerSnapToType value);
}Property Value
Type:
RoundEventMarkerBaseMarkerSnapToType
See Also