This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface > ISeriesProperties.ColorPalette Property (ArcObjects .NET 10.4 SDK) |
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