New to Telerik UI for WinFormsStart a free 30-day trial

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.

C#
public ClusterizationInfo(int top, int middle, int bottom, int total)
Parameters:topint

The top.

middleint

The middle.

bottomint

The bottom.

totalint

The total.

Properties

Gets the number of overlaps in the bottom third of the column.

C#
public int Bottom { get; }
Property Value:

The bottom.

Gets the number of overlaps in the middle third of the column.

C#
public int Middle { get; }
Property Value:

The middle.

Gets the most dense area.

C#
public PieTwoLabelColumnsStrategy.Density MostDenseArea { get; }
Property Value:

The most dense area.

Gets the number of overlaps in the top third of the column.

C#
public int Top { get; }
Property Value:

The top.

Gets the total number of overlaps.

C#
public int Total { get; }
Property Value:

The total.