This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStackedChartSymbol Interface > IStackedChartSymbol.Outline Property (ArcObjects .NET 10.5 SDK) |
The symbol for the chart outline.
[Visual Basic .NET] Public Property Outline As ILineSymbol
[C#] public ILineSymbol Outline {get; set;}
[C++]
HRESULT get_Outline(
ILineSymbol** Symbol
);
[C++]
HRESULT put_Outline(
ILineSymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol Symbol [in]
Symbol is a parameter of type ILineSymbol
This property is the line symbol used to draw an outline around the char. This symbol is only used if UseOutline=True.