Click or drag to resize
OverflowMode Enumeration
Overflow mode

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum OverflowMode
Members
  Member nameValueDescription
Auto0 Automatically change the size to the overflow
Row1 Horizontal change the size to the overflow
Column2 Vertical change the size to the overflow
Manual3 No auto resizing
See Also