TIWCGJQPlotLabelPosition Enumeration

Represents type TIWCGJQPlotLabelPosition.

Namespace: IWCGJQPlotCharts
type
 TIWCGJQPlotLabelPosition = (jqplpAuto,jqplpStart,jqplpMiddle,jqplpEnd);

The TIWCGJQPlotLabelPosition type exposes the following members.

Show:
 NameDescription
jqplpAuto

Represents constant jqplpAuto.

jqplpEnd

Represents constant jqplpEnd.

jqplpMiddle

Represents constant jqplpMiddle.

jqplpStart

Represents constant jqplpStart.

Top