Creates an ICustomRenderSettings object which renders shape colors using quantiles
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function CreateQuantileCustomRenderSettings ( _
renderSettings As RenderSettings, _
quantileColors As Color(), _
shapeFieldName As String _
) As ICustomRenderSettings |
JavaScript |
---|
EGIS.ShapeFileLib.CustomRenderSettingsUtil.createQuantileCustomRenderSettings = function(renderSettings, quantileColors, shapeFieldName); |
Parameters
- renderSettings
- Type: EGIS.ShapeFileLib..::..RenderSettings
- quantileColors
- Type: array<System.Drawing..::..Color>[]()[][]
The colors used for each quantile. If 5 colors are used then 5 quantiles will be setup
- shapeFieldName
- Type: System..::..String
The field name to use for the quantiles
Return Value
Remarks
See Also