ChartMember.IsTotal 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 the member is an auto-subtotal created by publishing. For chart, this is always false
.
public:
abstract property bool IsTotal { bool get(); };
public abstract bool IsTotal { get; }
member this.IsTotal : bool
Public MustOverride ReadOnly Property IsTotal As Boolean
Property Value
A Boolean
value that indicates whether the member is an auto-subtotal created by publishing.