Class
PieTwoLabelColumnsStrategy.ClusterizationInfo

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.

Declaration

cs-api-definition
public ClusterizationInfo(int top, int middle, int bottom, int total)

Parameters

top

int

The top.

middle

int

The middle.

bottom

int

The bottom.

total

int

The total.

Properties

Bottom

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

Declaration

cs-api-definition
public int Bottom { get; }

Property Value

int

The bottom.

Middle

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

Declaration

cs-api-definition
public int Middle { get; }

Property Value

int

The middle.

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.

Declaration

cs-api-definition
public int Top { get; }

Property Value

int

The top.

Total

Gets the total number of overlaps.

Declaration

cs-api-definition
public int Total { get; }

Property Value

int

The total.