In This Topic
Gets an individual bar color.
Syntax
'Declaration
Public Function GetBarColor( _
ByVal column As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Color
public System.Drawing.Color GetBarColor(
System.int column,
System.int
)
Parameters
- column
- Column index.
- row
- Row index.
Return Value
Bar color.
See Also