Class PieTwoLabelColumnsStrategy.ClusterizationInfo
Holds information of the labels overlaps.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ClusterizationInfo
Constructors
ClusterizationInfo(Int32, Int32, Int32, Int32)
Initializes a new instance of the PieTwoLabelColumnsStrategy.ClusterizationInfo class.
Declaration
public ClusterizationInfo(int top, int middle, int bottom, int total)
Parameters
System.Int32
top
The top. |
System.Int32
middle
The middle. |
System.Int32
bottom
The bottom. |
System.Int32
total
The total. |
Properties
Bottom
Gets the number of overlaps in the bottom third of the column.
Declaration
public int Bottom { get; }
Property Value
System.Int32
The bottom. |
Middle
Gets the number of overlaps in the middle third of the column.
Declaration
public int Middle { get; }
Property Value
System.Int32
The middle. |
MostDenseArea
Gets the most dense area.
Declaration
public PieTwoLabelColumnsStrategy.Density MostDenseArea { get; }
Property Value
PieTwoLabelColumnsStrategy.Density
The most dense area. |
Top
Gets the number of overlaps in the top third of the column.
Declaration
public int Top { get; }
Property Value
System.Int32
The top. |
Total
Gets the total number of overlaps.
Declaration
public int Total { get; }
Property Value
System.Int32
The total. |