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


IChartRenderer.BaseSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IChartRenderer Interface > IChartRenderer.BaseSymbol Property
ArcGIS Developer Help

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