Name | Description | |
---|---|---|
![]() | BreakCount | Gets or sets number of desired class breaks. The default value is 5. |
![]() | ClassificationField | Gets or sets field name used in the renderer. This is required. |
![]() | ClassificationMethod | Gets and sets classification method to be used to compute class breaks. This is required. The default value is ArcGIS.Core.CIM.ClassificationMethod.NaturalBreaks. |
![]() | ColorRamp | Gets or sets the color ramp be used to pick color for symbols from. |
![]() | DeviationInterval | Gets or set standard deviation interval. |
![]() | ExclusionClause | Gets or sets a SQL statement to exclude features while computing class breaks. |
![]() | ExclusionLabel | Gets or sets the label used on the TOC for exclusion symbol. |
![]() | ExclusionSymbol | Gets or sets symbol to be used to draw features that are excluded since they meet ExclusionClause criteria. |
![]() | IntervalSize | Gets or sets the interval size. |
![]() | NormalizationField | Gets or sets the field which will be used to normalize data when 'Field' is selected as the DataNormalizationMethod. |
![]() | NormalizationType | Gets or sets the method be used to normalized data. |
![]() | NumberFormat | Gets or sets the number format used in the renderer. |
![]() | OutOfRangeDescription | Gets or sets the out of range description used in the renderer. |
![]() | OutOfRangeLabel | Gets or sets the out of range label used in the renderer. |
![]() | OutOfRangeSymbol | Gets or sets the out of range symbol used in the renderer. |
![]() | SampleSize | Gets or sets number of records be used as samples to compute class breaks. |
![]() | SymbolTemplate | Gets or sets a template for symbol used in the renderer. |
![]() | UseOutOfRangeSymbol | Gets or sets a boolean to indicate that OutOfRangeSymbol will be used to draw features whose values are not found in the values list. |