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


ISeriesProperties.CustomColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  long* pColor
);
[C++]
HRESULT put_CustomColor(
  long pColor
);
[C++]

Parameters pColor [out, retval] pColor is a parameter of type long pColor [in] pColor is a parameter of type long

Product Availability

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

See Also

ISeriesProperties Interface

.NET Related Topics

How to create a function series graph | How to create a vertical stack area graph | How to create graph series with different color types