Enum DisplayMode
To set the display mode for OlapPager. We can either display both the pager at the same time or specific one. By default both categorical and series pager will be displayed.
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public enum DisplayMode
Fields
Name | Description |
---|---|
Both | Both Categorical(or Column) and Series(or Row). |
CategorialOnly | Only Categorical(or Column). |
SeriesOnly | Only Series(or Row). |