Interface ILabelPositionGenerator
Public interface for all the LabelPositionGenerator types.
Namespace: Telerik.Windows.Controls.Charting.LabelsPositioning
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface ILabelPositionGenerator
Methods
CalculateConnectorPoints(Point, Rect, Rect)
Calculates the connector points.
Declaration
PointCollection CalculateConnectorPoints(Point startPoint, Rect arrangedRect, Rect finalRect)
Parameters
System. The start point. |
System. The arranged System. |
System. The final System. |
Returns
System.
|
GeneratePositions(ChartArea, SeriesItemLabel, Rect)
Generates the alternative label positions.
Declaration
IList<Rect> GeneratePositions(ChartArea area, SeriesItemLabel label, Rect finalRect)
Parameters
Chart The area. |
Series The label. |
System. The final rectangle. |
Returns
System.
|