Skip to main content

PercentOptions.PercentageAccuracy Property

Gets or sets the percentage accuracy, when the PercentOptions.ValueAsPercent property is enabled.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public int PercentageAccuracy { get; set; }

#Property Value

Type Description
Int32

An integer value which specifies the number of decimal places used in the percentage display.

#Remarks

Use the PercentageAccuracy property to specify the precision level of the percentage value for series point labels, when the PercentOptions.ValueAsPercent property is set to true.

The default value is 2, indicating that two decimal places are displayed.

See Also