ChartAxisLayoutMode Enumeration |
Axis label layout mode
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum ChartAxisLayoutMode
Public Enumeration ChartAxisLayoutMode
public enum class ChartAxisLayoutMode
Members
| Member name | Value | Description |
---|
| Normal | 0 |
The conventional layout
|
| Inside | 1 |
The label of an axis item is in the axis
|
| Between | 2 |
Label between two axes item
|
See Also