XYGetBarAttribΒΆ

XYGetBarAttrib returns the displaying attributes of 2D dataset bars.

nAttrib = XYGetBarAttrib(hData)

Return Value

nAttrib is an OR combination of the following values:

Value

Meaning

BAR_VERT

Vertical Bars

BAR_WIDTH_PERCENT

Bar width in percent

BAR_BASE_AXIS

Bar origin is the mimimum axis value

BAR_HATCH

Hatch fill

BAR_SOLIDCOLOR

Solid color fill

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-428757