ChartMember.IsCategory Property
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.
Gets a value that indicates whether this is a member of the category (as opposed to series) hierarchy.
public:
abstract property bool IsCategory { bool get(); };
public abstract bool IsCategory { get; }
member this.IsCategory : bool
Public MustOverride ReadOnly Property IsCategory As Boolean
Property Value
A Boolean
value that indicates whether this is a member of the category (as opposed to series) hierarchy.