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


ILegendInfo.SymbolsAreGraduated Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendInfo Interface > ILegendInfo.SymbolsAreGraduated Property
ArcGIS Developer Help

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(
  Boolean* SymbolsAreGraduated
);
[C++]
HRESULT put_SymbolsAreGraduated(
  VARIANT_BOOL SymbolsAreGraduated
);
[C++]
Parameters
SymbolsAreGraduated [out, retval]

SymbolsAreGraduated is a parameter of type bool* SymbolsAreGraduated [in]
SymbolsAreGraduated is a parameter of type 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

.NET Samples

Multivariate renderer Multivariate renderer