SeriesEventMarker Constructor (SeriesBaseXY, SeriesMarkerPointShapeStyle, SeriesEventMarkerVerticalPosition, Double, Double, EventMarkerTitle) |
LightningChart .NET Help
Series event marker constructor.
Namespace:
Arction.WinForms.Charting.EventMarkers
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SeriesEventMarker(
SeriesBaseXY owner,
SeriesMarkerPointShapeStyle symbol,
SeriesEventMarkerVerticalPosition verticalPos,
double xValue,
double yValue,
EventMarkerTitle label
)
Public Sub New (
owner As SeriesBaseXY,
symbol As SeriesMarkerPointShapeStyle,
verticalPos As SeriesEventMarkerVerticalPosition,
xValue As Double,
yValue As Double,
label As EventMarkerTitle
)
public:
SeriesEventMarker(
SeriesBaseXY^ owner,
SeriesMarkerPointShapeStyle^ symbol,
SeriesEventMarkerVerticalPosition verticalPos,
double xValue,
double yValue,
EventMarkerTitle^ label
)
Parameters
- owner
- Type: Arction.WinForms.Charting.SeriesXYSeriesBaseXY
Parent. - symbol
- Type: Arction.WinForms.ChartingSeriesMarkerPointShapeStyle
Symbol. - verticalPos
- Type: Arction.WinForms.ChartingSeriesEventMarkerVerticalPosition
Vertical position. - xValue
- Type: SystemDouble
X value. - yValue
- Type: SystemDouble
Y value. - label
- Type: Arction.WinForms.Charting.TitlesEventMarkerTitle
Label.
See Also