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


IPieChartSymbol.Outline Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPieChartSymbol Interface > IPieChartSymbol.Outline Property
ArcGIS Developer Help

IPieChartSymbol.Outline Property

The chart outline symbol.

[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*

Product Availability

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

Description

This property provides access to the line symbol that can be used as the outline symbol around the pie chart. The property is only used if UseOutline = True.

See Also

IPieChartSymbol Interface