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.
Represents all chart categories in the document, whether visible (unfiltered) or not.
public interface class ChartCategory
[System.Runtime.InteropServices.Guid("5A90588C-C066-4BD4-8FE5-722454A15553")]
public interface ChartCategory
type ChartCategory = interface
Public Interface ChartCategory
- Attributes
Properties
IsFiltered |
Returns or sets a Boolean (bool in C#) that determines whether the specified chart category is filtered out from the chart. Read-write. |
Name |
Returns or sets a String (string in C#) that represents the name of a chart category. Read/write. |
Parent |
Returns an Object that represents the parent object of the specified ChartCategory object. |