This document is archived and information here might be outdated. Recommended version. |
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
Indicates whether the symbols used for a layer or renderer's legend vary by size.
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.