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

PercentageTopNOptions.Percent Property

Gets or sets the threshold percentage value, which is the minimum limit for displayed Top points.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double Percent { get; set; }

Property Value

Type Description
Double

The threshold percentage value, which is the minimum limit for displayed Top points.

Remarks

The percentage value of a point is the point value divided by summary value of all points and multiplied by 100.

See Also