Click or drag to resize

ChartEventMarker Constructor (ViewXY, PointShapeStyle, ChartEventMarkerVerticalPosition, Boolean, AxisX, Double, EventMarkerTitle, PointInt)

LightningChart .NET Help
Chart event marker constructor.

Namespace:  Arction.Wpf.Charting.EventMarkers
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public ChartEventMarker(
	ViewXY ownerView,
	PointShapeStyle symbol,
	ChartEventMarkerVerticalPosition verticalPos,
	bool bindToXAxis,
	AxisX axisX,
	double xValue,
	EventMarkerTitle label,
	PointInt offset
)

Parameters

ownerView
Type: Arction.Wpf.Charting.Views.ViewXYViewXY
ViewXY that owns this object.
symbol
Type: Arction.Wpf.ChartingPointShapeStyle
Symbol options.
verticalPos
Type: Arction.Wpf.ChartingChartEventMarkerVerticalPosition
Vertical position.
bindToXAxis
Type: SystemBoolean
If true, set X-axis value with xValue. X-axis to bind. Otherwise the marker is only positioned using Offset coordinates.
axisX
Type: Arction.Wpf.Charting.AxesAxisX

[Missing <param name="axisX"/> documentation for "M:Arction.Wpf.Charting.EventMarkers.ChartEventMarker.#ctor(Arction.Wpf.Charting.Views.ViewXY.ViewXY,Arction.Wpf.Charting.PointShapeStyle,Arction.Wpf.Charting.ChartEventMarkerVerticalPosition,System.Boolean,Arction.Wpf.Charting.Axes.AxisX,System.Double,Arction.Wpf.Charting.Titles.EventMarkerTitle,Arction.Wpf.Charting.PointInt)"]

xValue
Type: SystemDouble
X value.
label
Type: Arction.Wpf.Charting.TitlesEventMarkerTitle
Label.
offset
Type: Arction.Wpf.ChartingPointInt
Offset.
See Also