Class ChartSeriesLabelPositionInfo
Represents an object that holds information about a label.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class ChartSeriesLabelPositionInfo : Object
Properties
DataPoint
Gets the DataPoint associated with the label.
Declaration
public DataPoint DataPoint { get; }
Property Value
DataPoint
The DataPoint. |
DefaultLayoutSlot
Gets the layout slot for the label as calculated initially by the chart.
Declaration
public RadRect DefaultLayoutSlot { get; }
Property Value
RadRect
The default label layout slot. |
FinalLayoutSlot
Gets or sets the final layout with which the label will be arranged.
Declaration
public RadRect FinalLayoutSlot { get; set; }
Property Value
RadRect
The final layout slot. |