Back to Devexpress

PercentOptions.PercentageAccuracy Property

corelibraries-devexpress-dot-xtracharts-dot-percentoptions-81e16923.md

latest1.5 KB
Original Source

PercentOptions.PercentageAccuracy Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int PercentageAccuracy { get; set; }
vb
Public Property PercentageAccuracy As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

Use the PercentageAccuracy property to specify the overall precision of the percentage value calculation for series point labels, when the PercentOptions.ValueAsPercent property is enabled.

The default value is 2 , indicating two decimal places.

See Also

PercentOptions Class

PercentOptions Members

DevExpress.XtraCharts Namespace