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.
Color
The color.
DataPointPosition
The data point position.
public Point? DataPointPosition { get; set; }
Property Value
- Point
IsAboveBaseline
Indicates whether this instance is above baseline.
IsHorizontal
Indicates whether this instance is horizontal.
LabelOrigin
The label origin.
public Point? LabelOrigin { get; }
Property Value
- Point
LabelOriginX
The label origin X.
LabelOriginY
The label origin Y.
PositioningMode
The positioning mode.
SeriesIndex
The series index.
Style
The label style.
Text
The text.
Visibility
The visibility.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()