Skip to main content

SimplePointOptions.PercentOptions Property

Gets the settings that relate to presenting point values as percents.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PercentOptions PercentOptions { get; }

Property Value

Type Description
PercentOptions

A PercentOptions object that contains the related settings.

Remarks

The PercentOptions property provides access to the specific settings that define how data point values can be represented as percents within Pie, Doughnut and Funnel series views.

The settings which are available via the PercentOptions property are in effect when the PointOptions.PointView property is set to either Values or ArgumentAndValues. These settings allow you to control whether point values should be presented as percents, and specify the precision of percent values.

See Also