ArcObjects Library Reference (Carto)  

ILegendInfo.SymbolsAreGraduated Property

Indicates if symbols are graduated.

[Visual Basic .NET]
Public Property SymbolsAreGraduated As Boolean
[C#]
public bool SymbolsAreGraduated {get; set;}
[C++]
HRESULT get_SymbolsAreGraduated(
  VARIANT_BOOL* SymbolsAreGraduated
);
[C++]
HRESULT put_SymbolsAreGraduated(
  VARIANT_BOOL SymbolsAreGraduated
);
[C++]

Parameters

SymbolsAreGraduated [out, retval]   SymbolsAreGraduated is a parameter of type VARIANT_BOOL SymbolsAreGraduated [in]   SymbolsAreGraduated is a parameter of type VARIANT_BOOL

Product Availability

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

Description

Indicates whether the symbols used for a layer or renderer's legend vary by size.

Remarks

For example the proportional symbol renderer returns True for this property.

You can use this property to distinguish between a layer symbolized with graduated color or graduated symbol type layer symbology. Both of these symbolizations use a ClassBreaksRenderer, but only a graduated symbol symbolization will return True for this property.

See Also

ILegendInfo Interface