ClassPieTwoLabelColumnsStrategy.ClusterizationInfo
Class
Holds information of the labels overlaps.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PieTwoLabelColumnsStrategy.ClusterizationInfo
Inheritance: objectPieTwoLabelColumnsStrategy.ClusterizationInfo
Constructors
ClusterizationInfo(int, int, int, int)
Initializes a new instance of the PieTwoLabelColumnsStrategy.ClusterizationInfo class.
Properties
Bottom
Gets the number of overlaps in the bottom third of the column.
Middle
Gets the number of overlaps in the middle third of the column.
MostDenseArea
Gets the most dense area.
Declaration
cs-api-definition
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.