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


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

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