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