Gets or sets docking style.

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

Syntax

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

See Also