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


IChartSymbolEditor.EditChartSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IC > IChartSymbolEditor Interface > IChartSymbolEditor.EditChartSymbol Method
ArcGIS Developer Help

IChartSymbolEditor.EditChartSymbol Method

Displays the chart symbol editor dialog for the given chart symbol and returns a value describing whether the symbol was changed.

[Visual Basic .NET]
Public Function EditChartSymbol ( _
    ByRef symbol As IChartSymbol, _
    ByVal hWnd As Integer _
) As Boolean
[C#]
public bool EditChartSymbol (
    ref IChartSymbol symbol,
    ref int hWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IChartSymbolEditor Interface