SeriesBaseModel.TopNOptions Property
Returns the model of Top N options of the modeled series.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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