New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The DataPoint.

Gets the layout slot for the label as calculated initially by the chart.

C#
public RadRect DefaultLayoutSlot { get; }
Property Value:

The default label layout slot.

Gets or sets the final layout with which the label will be arranged.

C#
public RadRect FinalLayoutSlot { get; set; }
Property Value:

The final layout slot.