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


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

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(
  System.String* 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