Allows for pluggable customization of the appearance and layout of data point labels within a ChartSeries instance.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class ChartSeriesLabelStrategy
Inheritance: objectChartSeriesLabelStrategy
Constructors
protected ChartSeriesLabelStrategy()
Properties
Gets the functionality this strategy handles.
public abstract LabelStrategyOptions Options { get; }
Methods
CreateDefaultVisual(DataPoint, int)
FrameworkElement
Creates a FrameworkElement instance that will represent the label for the provided data point.
Gets the RadSize structure that is the desired size of the specified label visual, associated with the provided data point.
Gets the RadRect structure that defines the layout slot of the label at the specified label index, associated with the provided data point.
Sets the content of the label visual at the specified label index associated with the provided data point.