Back to Devexpress

CountTopNOptions.Count Property

wpf-devexpress-dot-xpf-dot-charts-dot-counttopnoptions.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public int Count { get; set; }
vb
Public Property Count As Integer

Property Value

TypeDescription
Int32

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

|

See Also

Top N and Others

CountTopNOptions Class

CountTopNOptions Members

DevExpress.Xpf.Charts Namespace