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

Gets or sets the angle.

public double Angle { get; set; }

Property Value

double:

The angle.

Color

Gets or sets the color.

public Color Color { get; set; }

Property Value

Color:

The color.

DataPointPosition

Gets or sets the data point position.

public Point DataPointPosition { get; set; }

Property Value

Point:

The data point position.

IsAboveBaseline

Gets or sets a value indicating whether this instance is above baseline.

public bool IsAboveBaseline { get; set; }

Property Value

bool:

true if this instance is above baseline; otherwise, false.

IsHorizontal

Gets or sets a value indicating whether this instance is horizontal.

public bool IsHorizontal { get; set; }

Property Value

bool:

true if this instance is horizontal; otherwise, false.

LabelOrigin

Gets the label origin.

public Point LabelOrigin { get; }

Property Value

Point:

The label origin.

LabelOriginX

Gets or sets the label origin X.

public double LabelOriginX { get; set; }

Property Value

double:

The label origin X.

LabelOriginY

Gets or sets the label origin Y.

public double LabelOriginY { get; set; }

Property Value

double:

The label origin Y.

PositioningMode

Gets or sets the positioning mode.

public LabelPositioningMode PositioningMode { get; set; }

Property Value

LabelPositioningMode:

The positioning mode.

SeriesIndex

Gets or sets the series index.

public int SeriesIndex { get; set; }

Property Value

int:

The series index.

Style

Gets or sets the label style.

public Style Style { get; set; }

Property Value

Style:

The label style.

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string:

The text.

Visibility

Gets or sets the visibility.

public LabelVisibility Visibility { get; set; }

Property Value

LabelVisibility:

The visibility.

Inherited Members