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


ISeriesProperties.ColorType Property (ArcObjects .NET 10.4 SDK)
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