ShowTotals Property (PivotChart)
In This Topic
Gets or sets a value that determines whether the chart should include only totals.
Syntax
'Declaration
Public Property ShowTotals As System.Boolean
'Usage
Dim instance As PivotChart
Dim value As System.Boolean
instance.ShowTotals = value
value = instance.ShowTotals
public System.bool ShowTotals {get; set;}
public read-write property ShowTotals: System.Boolean;
public function get,set ShowTotals : System.boolean
public: __property System.bool get_ShowTotals();
public: __property void set_ShowTotals(
System.bool value
);
public:
property System.bool ShowTotals {
System.bool get();
void set ( System.bool value);
}
See Also