TIWCGJQPlotMarkerOptionsStyle Enumeration

Represents type TIWCGJQPlotMarkerOptionsStyle.

Namespace: IWCGJQPlotCharts
type
 TIWCGJQPlotMarkerOptionsStyle = (jqpmosDiamond,jqpmosCircle,jqpmosSquare,jqpmosX,jqpmosPlus,jqpmosDash,jqpmosFilledDiamond,
 jqpmosFilledCircle,jqpmosFilledSquare);

The TIWCGJQPlotMarkerOptionsStyle type exposes the following members.

Show:
 NameDescription
jqpmosCircle

Represents constant jqpmosCircle.

jqpmosDash

Represents constant jqpmosDash.

jqpmosDiamond

Represents constant jqpmosDiamond.

jqpmosFilledCircle

Represents constant jqpmosFilledCircle.

jqpmosFilledDiamond

Represents constant jqpmosFilledDiamond.

jqpmosFilledSquare

Represents constant jqpmosFilledSquare.

jqpmosPlus

Represents constant jqpmosPlus.

jqpmosSquare

Represents constant jqpmosSquare.

jqpmosX

Represents constant jqpmosX.

Top