ArcObjects Library Reference (Carto)  

IChartRenderer.BaseSymbol Property

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.

See Also

IChartRenderer Interface