ArcObjects Library Reference (Carto)  

ISeriesProperties.ColorPalette Property

Palette used when ColorType of series property is esriGraphColorPalette.

[Visual Basic .NET]
Public Property ColorPalette As String
[C#]
public string ColorPalette {get; set;}
[C++]
HRESULT get_ColorPalette(
  BSTR* PaletteName
);
[C++]
HRESULT put_ColorPalette(
  BSTR PaletteName
);
[C++]

Parameters

PaletteName [out, retval]   PaletteName is a parameter of type BSTR PaletteName [in]   PaletteName is a parameter of type BSTR

Product Availability

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

See Also

ISeriesProperties Interface