Previous topic

XYSetBarEdgePen

Next topic

XYSetBarHatch

This Page

XYSetBarFillColorΒΆ

XYSetBarFillColor sets the fill color for bars.

bool = XYSetBarFillColor(hData, rvColor)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

rvColor

rvColor is a vector with 3 elements:

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

id-638106