Gets or sets the value indicating whether the multicolor style will be ignored.

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

Syntax

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

See Also