C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DBar Class / GetBarColor Method
Column index.
Row index.

In This Topic
GetBarColor Method
In This Topic
Gets an individual bar color.
Syntax
'Declaration
 
Public Function GetBarColor( _
   ByVal column As System.Integer, _
   ByVal row As System.Integer _
) As System.Drawing.Color
 

Parameters

column
Column index.
row
Row index.

Return Value

Bar color.
Remarks
If the row is equal to –1, then this method applies to the entire row. If the column is equal to -1, then this method applies to entire column.
See Also