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