Skip to main content

FullStackedPointOptions.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 a Full-Stacked Area and Full-Stacked Bar chart series views.

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

See Also