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

CountTopNOptions.Count Property

Gets or sets the number of points with the largest values that the series should show.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int Count { get; set; }

Property Value

Type Description
Int32

The number of items with the largest values that the series should show.

See Also