Skip to main content

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.v24.1.dll

NuGet Package: 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