ArcObjects Library Reference (Carto)  

IDataGraphTSymbolProperties.Color Property

Color of the symbol fill.

[Visual Basic .NET]
Public Property Color As Integer
[C#]
public int Color {get; set;}
[C++]
HRESULT get_Color(
  OLE_COLOR* pColor
);
[C++]
HRESULT put_Color(
  OLE_COLOR pColor
);
[C++]

Parameters

pColor [out, retval]

  pColor is a parameter of type OLE_COLOR

pColor [in]

  pColor is a parameter of type OLE_COLOR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphTSymbolProperties Interface