SeriesEventMarkerHorizontalPosition Property |
LightningChart .NET Help
Horizontal position.
Namespace:
Arction.WinForms.Charting.EventMarkers
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(SeriesEventMarkerHorizontalPosition.SnapToPoints)]
public SeriesEventMarkerHorizontalPosition HorizontalPosition { get; set; }<DefaultValueAttribute(SeriesEventMarkerHorizontalPosition.SnapToPoints)>
Public Property HorizontalPosition As SeriesEventMarkerHorizontalPosition
Get
Set
public:
[DefaultValueAttribute(SeriesEventMarkerHorizontalPosition::SnapToPoints)]
property SeriesEventMarkerHorizontalPosition HorizontalPosition {
SeriesEventMarkerHorizontalPosition get ();
void set (SeriesEventMarkerHorizontalPosition value);
}Property Value
Type:
SeriesEventMarkerHorizontalPosition
See Also