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.ChartingMVVM.EventMarkers
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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.ChartingMVVM.Views.ViewXYViewXY
ViewXY that owns this object.
symbol
Type: Arction.Wpf.ChartingMVVMPointShapeStyle
Symbol options.
verticalPos
Type: Arction.Wpf.ChartingMVVMChartEventMarkerVerticalPosition
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.ChartingMVVM.AxesAxisX

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

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