ChartAxisXLayoutMode Property |
Specifies the layout style of the axis.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartAxisLayoutMode LayoutMode { get; set; }
Public Property LayoutMode As ChartAxisLayoutMode
Get
Set
public:
property ChartAxisLayoutMode LayoutMode {
ChartAxisLayoutMode get ();
void set (ChartAxisLayoutMode value);
}
member LayoutMode : ChartAxisLayoutMode with get, set
Property Value
Type:
ChartAxisLayoutMode
See Also