ChartMember.IsTotal Property

Definition

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.

Applies to