public ClassifyColorizerDefinition( string fieldName, int numberOfClasses, ClassificationMethod classificationType, CIMColorRamp colorRamp )
Public Function New( _ ByVal fieldName As String, _ Optional ByVal numberOfClasses As Integer, _ Optional ByVal classificationType As ClassificationMethod, _ Optional ByVal colorRamp As CIMColorRamp _ )
Parameters
- fieldName
- The field name to render.
- numberOfClasses
- (Optional) The number of classes. (default value = 5)
- classificationType
- (Optional) The ArcGIS.Core.CIM.ClassificationMethod. (default value = ClassificationMethod.NaturalBreaks)
- colorRamp
- (Optional) The color ramp. (default value = null)