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


IChartRenderer.ChartSymbol 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.ChartSymbol Property
ArcGIS Developer Help

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