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
Syntaxpublic SmithEventMarker(
ViewSmith owner,
AxisSmith axis,
PointShapeStyle symbol,
double RealValue,
double ImgValue,
EventMarkerTitle label,
PointInt offset
)
Public Sub New (
owner As ViewSmith,
axis As AxisSmith,
symbol As PointShapeStyle,
RealValue As Double,
ImgValue As Double,
label As EventMarkerTitle,
offset As PointInt
)
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