Back to Devexpress

TopNOptionsBase Class

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

latest1.7 KB
Original Source

TopNOptionsBase Class

The base class for all “Top N” and “Others” options.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class TopNOptionsBase :
    ChartDependencyObject,
    ICloneable,
    IBindingPropertiesSource
vb
Public MustInherit Class TopNOptionsBase
    Inherits ChartDependencyObject
    Implements ICloneable,
               IBindingPropertiesSource

The following members return TopNOptionsBase objects:

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject TopNOptionsBase CountTopNOptions

PercentageTopNOptions

ValueTopNOptions

See Also

TopNOptionsBase Members

DevExpress.Xpf.Charts Namespace