Gets or sets ViewType object that determines kind of Bars.

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

Syntax

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

See Also