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

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 Field As String
C# 
public string Field {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.