Skip to main content
A newer version of this page is available.

DXFullStackedLabelValues Class

Provides values available to build a full-stacked series’ label text.

Declaration

@interface DXFullStackedLabelValues: DXSeriesLabelValues

Inheritance

NSObject

Properties

percentValue Property

Returns the normalized value of a data point for which a label is formed.

Declaration

@property (readonly) double percentValue

Property Value

Type Description
double

The data point’s normalized value.

Remarks

The value is normalized as follows: the data point’s value is divided onto the sum of all data points’ values with an argument that the current data point has. Then the calculated value is multiplied by 100%.