Represents a Fast Algorithm for Label Placement implementation for the RadChartView labels with 8 possible label positions.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class EightPositionsLabelsStrategy : FourPositionsLabelsStrategy
Inheritance: objectSmartLabelsStrategyBaseFourPositionsLabelsStrategyEightPositionsLabelsStrategy
Inherited Members
Constructors
C#
public EightPositionsLabelsStrategy()
Properties
Gets or sets the number of label positions the strategy will serach in.
C#
protected override int PositionsPerLabel { get; }
Overrides:
Methods
Gets the label rectangle from its position.
C#
protected override Rectangle GetLabelRectangle(LabelElement label, int labelPosition)
The label.
labelPositionintThe label position.
Returns:Overrides: