PolarEventMarker Constructor (ViewPolar, AxisPolar, 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
Syntaxpublic PolarEventMarker(
ViewPolar owner,
AxisPolar axis,
PointShapeStyle symbol,
double angleValue,
double amplitude,
EventMarkerTitle label,
PointInt offset
)
Public Sub New (
owner As ViewPolar,
axis As AxisPolar,
symbol As PointShapeStyle,
angleValue As Double,
amplitude As Double,
label As EventMarkerTitle,
offset As PointInt
)
public:
PolarEventMarker(
ViewPolar^ owner,
AxisPolar^ axis,
PointShapeStyle^ symbol,
double angleValue,
double amplitude,
EventMarkerTitle^ label,
PointInt offset
)
Parameters
- owner
- Type: Arction.WinForms.Charting.Views.ViewPolarViewPolar
Parent. - axis
- Type: Arction.WinForms.Charting.AxesAxisPolar
Axis to connect to. - symbol
- Type: Arction.WinForms.ChartingPointShapeStyle
Symbol options. - angleValue
- Type: SystemDouble
Angle value. - amplitude
- Type: SystemDouble
Amplitude. - label
- Type: Arction.WinForms.Charting.TitlesEventMarkerTitle
Label. - offset
- Type: Arction.WinForms.ChartingPointInt
Offset.
See Also