Class AnnotationTextStyle
- Namespace
- LightningChartLib.WinForms.Charting.Annotations
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Annotation text style.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AnnotationTextStyle : ChartNode, IChartNode, IDisposable
- Inheritance
-
AnnotationTextStyle
- Implements
- Inherited Members
Constructors
AnnotationTextStyle()
Constructor for Form designer list editor.
public AnnotationTextStyle()
AnnotationTextStyle(AnnotationBase)
Constructor.
public AnnotationTextStyle(AnnotationBase owner)
Parameters
ownerAnnotationBaseParent.
Properties
Color
Color.
public Color Color { get; set; }
Property Value
Font
Title font.
public Font Font { get; set; }
Property Value
HorizAlign
Horizontal alignment.
public AlignmentHorizontal HorizAlign { get; set; }
Property Value
MultiLineTextHorizontalAlign
Multi-line text horizontal alignment.
public AlignmentHorizontal MultiLineTextHorizontalAlign { get; set; }
Property Value
Shadow
Shadow below the text.
public TextShadow Shadow { get; set; }
Property Value
VerticalAlign
Vertical alignment.
public AlignmentVertical VerticalAlign { get; set; }
Property Value
Visible
Defines if text is visible or not.
public bool Visible { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingboolTrue if managed resources should be disposed, otherwise false.
ToString()
Converts class description to string.
public override string ToString()
Returns
- string
Class description as a string.