Skip to main content

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.v23.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