This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IChartRenderer Interface > IChartRenderer.ChartSymbol Property (ArcObjects .NET 10.5 SDK) |
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
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.