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