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


ISeriesProperties.CustomColor 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.CustomColor Property
ArcGIS Developer Help

ISeriesProperties.CustomColor Property

Color used when ColorType of series property is esriGraphColorCustomAll.

[Visual Basic .NET]
Public Property CustomColor As Integer
[C#]
public int CustomColor {get; set;}
[C++]
HRESULT get_CustomColor(
  OLE_COLOR* pColor
);
[C++]
HRESULT put_CustomColor(
  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

ISeriesProperties Interface