LabelPlacementDirection Enumeration |
Direction of label position
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 LabelPlacementDirection
Public Enumeration LabelPlacementDirection
public enum class LabelPlacementDirection
type LabelPlacementDirection
Members
| Member name | Value | Description |
---|
| Horizontal | 0 |
Horizontal direction of label
|
| Vertical | 1 |
Vertical direction of label
|
See Also