XYGetBarFillColorΒΆ

XYGetBarFillColor returns the fill color of 2D dataset bars.

rvColorRGB = XYGetBarFillColor(hData)

Return Value

rvColorRGB is a vector with 3 elements:

Value Meaning
rvColorRGB[1] Red (0-255)
rvColorRGB[2] Green (0-255)
rvColorRGB[3] Blue (0-255)

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-1518986