Click or drag to resize
LabelItemsCompositionMode Enumeration
Synthesis mode label text and visual markers

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 LabelItemsCompositionMode
Members
  Member nameValueDescription
ColumnImageText0 Visual marker on the left, text on the right
ColumnTextImage1 Visual marker on the right, text on the left
RowImageText2 Visual marker on the top, text on the bottom
RowTextImage3 Visual marker on the bottom, text on the top
None4 Not setting. Default value.
See Also