ChartCategory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a chart type's category.
public interface class ChartCategory
[System.Runtime.InteropServices.Guid("000244DD-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ChartCategory
Public Interface ChartCategory
- Attributes
Properties
Application |
When used without an object qualifier, this property returns an Application object that represents the Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. Read-only Integer (int in C#). |
IsFiltered |
Returns TRUE when the user filters out a series. Boolean (bool in C#) Read-only |
Name |
Returns a String (string in C#) value that represents the name of the object. |
Parent |
Returns the parent object for the specified object. Read-only. |