Table of Contents

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

owner AnnotationBase

Parent.

Properties

Color

Color.

public Color Color { get; set; }

Property Value

Color

Font

Title font.

public Font Font { get; set; }

Property Value

Font

HorizAlign

Horizontal alignment.

public AlignmentHorizontal HorizAlign { get; set; }

Property Value

AlignmentHorizontal

MultiLineTextHorizontalAlign

Multi-line text horizontal alignment.

public AlignmentHorizontal MultiLineTextHorizontalAlign { get; set; }

Property Value

AlignmentHorizontal

Shadow

Shadow below the text.

public TextShadow Shadow { get; set; }

Property Value

TextShadow

VerticalAlign

Vertical alignment.

public AlignmentVertical VerticalAlign { get; set; }

Property Value

AlignmentVertical

Visible

Defines if text is visible or not.

public bool Visible { get; set; }

Property Value

bool

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

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