This document is archived and information here might be outdated.  Recommended version.


ISeriesProperties.Color Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.Color Property
ArcGIS Developer Help

ISeriesProperties.Color Property

Color used when ColorType of series property is esriGraphColorCustomEach.

[Visual Basic .NET]
Public Function get_Color ( _
    ByVal OID As Integer _
) As Integer
[Visual Basic .NET]
Public Sub set_Color ( _
    ByVal OID As Integer, _
    ByVal pColor As Integer _
)
[C#]
public int get_Color (
    int OID
);
[C#]
public void set_Color (
    int OID,
    int pColor
);
[C++]
HRESULT get_Color(
  long OID,
  OLE_COLOR* pColor
);
[C++]
HRESULT put_Color(
  long OID,
  OLE_COLOR pColor
);
[C++]
Parameters
OID [in]

OID is a parameter of type long pColor [out, retval]
pColor is a parameter of type OLE_COLOR* OID [in]
OID is a parameter of type long pColor [in]
pColor is a parameter of type OLE_COLOR

Product Availability

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

See Also

ISeriesProperties Interface