This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IC > IChartSymbolEditor Interface > IChartSymbolEditor.EditChartSymbol Method (ArcObjects .NET 10.4 SDK) |
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 );