ArcObjects Library Reference (Carto)  

IChartRenderer.ChartSymbol Property

Chart symbol object.

[Visual Basic .NET]
Public Property ChartSymbol As IChartSymbol
[C#]
public IChartSymbol ChartSymbol {get; set;}
[C++]
HRESULT get_ChartSymbol(
  IChartSymbol** Symbol
);
[C++]
HRESULT putref_ChartSymbol(
  IChartSymbol* Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type IChartSymbol

Symbol [in]

  Symbol is a parameter of type IChartSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This is the chart symbol used by the renderer. The type of charts drawn will depend on the type of chart symbol set for this property. The choices are: PieChartSymbol, BarChartSymbol (for both bar and column charts), and StackedChartSymbol (for stacked bar and stacked column charts.

See Also

IChartRenderer Interface