Declares the methods and properties that are used when smart labels of RadChartView are positioned.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class SmartLabelsStrategyBase
Inheritance: objectSmartLabelsStrategyBase
Derived Classes:
Constructors
C#
protected SmartLabelsStrategyBase()
Properties
Gets or sets the distance to add or subtract from the label rectangle to label.
C#
public int DistanceToLabel { get; set; }
The distance to label.
Methods
Within this method labels' positions are calculated and are set to the SmartLocation property of each label.
C#
public abstract void CalculateLocations(ChartSeriesCollection series, Rectangle plotArea)
All the series in the current chart view.
plotAreaRectangleThe plot area.