EventMarkerTitle Constructor (IChartNode, String, AlignmentHorizontal, AlignmentVertical, Font, Color, Double, Int32, TextShadow) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting.Titles
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic EventMarkerTitle(
IChartNode owner,
string text,
AlignmentHorizontal horizAlign,
AlignmentVertical vertAlign,
Font font,
Color color,
double angle,
int distance,
TextShadow shadow
)
Public Sub New (
owner As IChartNode,
text As String,
horizAlign As AlignmentHorizontal,
vertAlign As AlignmentVertical,
font As Font,
color As Color,
angle As Double,
distance As Integer,
shadow As TextShadow
)
public:
EventMarkerTitle(
IChartNode^ owner,
String^ text,
AlignmentHorizontal horizAlign,
AlignmentVertical vertAlign,
Font^ font,
Color color,
double angle,
int distance,
TextShadow^ shadow
)
Parameters
- owner
- Type: Arction.WinForms.ChartingIChartNode
Parent. - text
- Type: SystemString
Text. - horizAlign
- Type: Arction.WinForms.ChartingAlignmentHorizontal
Horizontal alignment. - vertAlign
- Type: Arction.WinForms.ChartingAlignmentVertical
Vertical alignment. - font
- Type: System.DrawingFont
Font. - color
- Type: System.DrawingColor
Color. - angle
- Type: SystemDouble
RotateAngle in degrees. - distance
- Type: SystemInt32
Distance from symbol. - shadow
- Type: Arction.WinForms.ChartingTextShadow
Shadow.
See Also