In This Article

LabelInfo Class

Information that describes a data point label.

public class LabelInfo
Inheritance:
object object

Constructors

LabelInfo()

Initializes an instance of the class.

public LabelInfo()

Properties

Angle

The angle.

public double Angle { get; set; }

Property Value

double

Color

The color.

public Color Color { get; set; }

Property Value

Color

DataPointPosition

The data point position.

public Point? DataPointPosition { get; set; }

Property Value

Point

IsAboveBaseline

Indicates whether this instance is above baseline.

public bool IsAboveBaseline { get; set; }

Property Value

bool

IsHorizontal

Indicates whether this instance is horizontal.

public bool IsHorizontal { get; set; }

Property Value

bool

LabelOrigin

The label origin.

public Point? LabelOrigin { get; }

Property Value

Point

LabelOriginX

The label origin X.

public double LabelOriginX { get; set; }

Property Value

double

LabelOriginY

The label origin Y.

public double LabelOriginY { get; set; }

Property Value

double

PositioningMode

The positioning mode.

public LabelPositioningMode PositioningMode { get; set; }

Property Value

LabelPositioningMode

SeriesIndex

The series index.

public int SeriesIndex { get; set; }

Property Value

int

Style

The label style.

public Style? Style { get; set; }

Property Value

Style

Text

The text.

public string? Text { get; set; }

Property Value

string

Visibility

The visibility.

public LabelVisibility Visibility { get; set; }

Property Value

LabelVisibility

Inherited Members

Extension Methods