This document is archived and information here might be outdated. Recommended version. |
Indicates if the group can be edited. Default is editable.
[Visual Basic .NET]
Public Property Editable As Boolean
[C#]
public bool Editable {get; set;}
[C++]
HRESULT get_Editable(
Boolean* Editable
);
[C++]
HRESULT put_Editable(
VARIANT_BOOL Editable
);
[C++] Parameters Editable [out, retval]
Editable is a parameter of type bool* Editable [in]
Editable is a parameter of type bool
This property indicates whether or not the symbols and text strings in the LegendClass objects of a LegendGroup can be edited. If this property is False then the user cannot edit the group's symbols and text labels in the ArcMap table of contents.
For example, the legend for a layer symbolized with a ChartRenderer with PieChartSymbols consists of two legend groups. The first legend group contains a representative pie chart symbol and is not editable. The second legend group contains the individual fill symbols that make up the pie chart slices, and this legend group is editable.