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