Skip to main content

SeriesBaseModel.TopNOptions Property

Returns the model of Top N options of the modeled series.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public TopNOptionsModel TopNOptions { get; }

Property Value

Type Description
TopNOptionsModel

The model of Top N options.

See Also