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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.