Holds information of the labels overlaps.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PieTwoLabelColumnsStrategy.ClusterizationInfo
Inheritance: objectPieTwoLabelColumnsStrategy.ClusterizationInfo
Constructors
Initializes a new instance of the PieTwoLabelColumnsStrategy.ClusterizationInfo class.
Properties
Gets the number of overlaps in the bottom third of the column.
C#
public int Bottom { get; }
The bottom.
Gets the number of overlaps in the middle third of the column.
C#
public int Middle { get; }
The middle.
Gets the most dense area.
C#
public PieTwoLabelColumnsStrategy.Density MostDenseArea { get; }
The most dense area.
Gets the number of overlaps in the top third of the column.
C#
public int Top { get; }
The top.