Click or drag to resize

SmithEventMarker Constructor (ViewSmith, AxisSmith, PointShapeStyle, Double, Double, EventMarkerTitle, PointInt)

LightningChart .NET Help
Polar event marker constructor

Namespace:  Arction.WinForms.Charting.EventMarkers
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public SmithEventMarker(
	ViewSmith owner,
	AxisSmith axis,
	PointShapeStyle symbol,
	double RealValue,
	double ImgValue,
	EventMarkerTitle label,
	PointInt offset
)

Parameters

owner
Type: Arction.WinForms.Charting.Views.ViewSmithViewSmith
Parent.
axis
Type: Arction.WinForms.Charting.AxesAxisSmith
Axis to connect to.
symbol
Type: Arction.WinForms.ChartingPointShapeStyle
Symbol options.
RealValue
Type: SystemDouble
Real value.
ImgValue
Type: SystemDouble
Imaginary value.
label
Type: Arction.WinForms.Charting.TitlesEventMarkerTitle
Label.
offset
Type: Arction.WinForms.ChartingPointInt
Offset.
See Also