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 Pie
Declaration
public ClusterizationInfo(int top, int middle, int bottom, int total)
Parameters
System. The top. |
System. The middle. |
System. The bottom. |
System. The total. |
Properties
Bottom
Gets the number of overlaps in the bottom third of the column.
Declaration
public int Bottom { get; }
Property Value
System. The bottom. |
Middle
Gets the number of overlaps in the middle third of the column.
Declaration
public int Middle { get; }
Property Value
System. The middle. |
MostDenseArea
Gets the most dense area.
Declaration
public PieTwoLabelColumnsStrategy.Density MostDenseArea { get; }
Property Value
Pie 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. The top. |
Total
Gets the total number of overlaps.
Declaration
public int Total { get; }
Property Value
System. The total. |