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
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.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