ArcGIS API for WPF - Library Reference
Attribute Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ClassBreaksRenderer Class : Attribute Property

Note: This API is now obsolete. Please use the ClassBreaksRenderer.Field Property instead.

Gets or sets the name of the Field that will be symbolized via groups using ClassBreakInfo objects in the ClassBreaksRenderer.

Syntax

Visual Basic (Declaration) 
Public Property Attribute As String
C# 
public string Attribute {get; set;}

Remarks

The name of the Field that is specified for the Field Property must be a numeric (Double, Integer, SmallInteger, or Single) Field.FieldType. To render groups of Strings use the UniqueValueRenderer instead.

To see a full example of how to set and use the Field Property in a ClassBreaksRenderer review the ClassBreaksRenderer Class documentation.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.