This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IChartRenderer Interface > IChartRenderer.BaseSymbol Property (ArcObjects .NET 10.4 SDK) |
Background fill symbol, (used when chart symbols are drawn for polygon features).
[Visual Basic .NET] Public Property BaseSymbol As ISymbol
[C#] public ISymbol BaseSymbol {get; set;}
[C++]
HRESULT get_BaseSymbol(
ISymbol** Symbol
);
[C++]
HRESULT putref_BaseSymbol(
ISymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type ISymbol Symbol [in]
Symbol is a parameter of type ISymbol