SpreadsheetGear 2023
ChartExplorerCategoryFlags Enumeration


SpreadsheetGear.Windows.Forms Namespace : ChartExplorerCategoryFlags Enumeration
Specifies which categories will be shown by the chart explorer.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum ChartExplorerCategoryFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ChartExplorerCategoryFlags
[System.Flags()]
public enum ChartExplorerCategoryFlags : System.Enum 
Members
MemberDescription
AllSpecifies that all categories are available.
AxesSpecifies that the axes category is available.
ChartAreaSpecifies that the chart area category is available.
ChartDataSpecifies that the chart data category is available.
ChartTitleSpecifies that the chart title category is available.
LegendSpecifies that the legend category is available.
NoneSpecifies that no category is available.
PageSetupSpecifies that the page setup category is available.
PlotAreaSpecifies that the plot area category is available.
SeriesCollectionSpecifies that the series collection category is available.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Windows.Forms.ChartExplorerCategoryFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Windows.Forms Namespace