ArcObjects Library Reference (Carto)  

ISeriesProperties.ColorType Property

Type of color applied to the graph series.

[Visual Basic .NET]
Public Property ColorType As esriGraphColorType
[C#]
public esriGraphColorType ColorType {get; set;}
[C++]
HRESULT get_ColorType(
  esriGraphColorType* eColorType
);
[C++]
HRESULT put_ColorType(
  esriGraphColorType eColorType
);
[C++]

Parameters

eColorType [out, retval]

  eColorType is a parameter of type esriGraphColorType

eColorType [in]

  eColorType is a parameter of type esriGraphColorType

Product Availability

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

See Also

ISeriesProperties Interface

.NET Related Topics

How to create graph series with different color types | How to sort data in the graph