Click or drag to resize

PolarEventMarker Constructor (ViewPolar, AxisPolar, PointShapeStyle, Double, Double, EventMarkerTitle, PointInt)

LightningChart .NET Help
Polar 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 PolarEventMarker(
	ViewPolar owner,
	AxisPolar axis,
	PointShapeStyle symbol,
	double angleValue,
	double amplitude,
	EventMarkerTitle label,
	PointInt offset
)

Parameters

owner
Type: Arction.Wpf.ChartingMVVM.Views.ViewPolarViewPolar
Parent.
axis
Type: Arction.Wpf.ChartingMVVM.AxesAxisPolar
Axis to connect to.
symbol
Type: Arction.Wpf.ChartingMVVMPointShapeStyle
Symbol options.
angleValue
Type: SystemDouble
Angle value.
amplitude
Type: SystemDouble
Amplitude.
label
Type: Arction.Wpf.ChartingMVVM.TitlesEventMarkerTitle
Label.
offset
Type: Arction.Wpf.ChartingMVVMPointInt
Offset.
See Also