Gets or sets the value that indicates whether the data will be displayed in percentage terms.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public bool ShowPercent { get; set; }
Visual Basic (Declaration)
Public Property ShowPercent As Boolean
Visual C++
public:
property bool ShowPercent {
	bool get ();
	void set (bool value);
}

See Also