2.229.5 MapColorRangeRule.DistributionType

Applies to RDL 2010/01 and RDL 2016/01

The MapColorRangeRule.DistributionType element specifies the distribution type for a MapColorRangeRule instance. The MapColorRangeRule.DistributionType element is optional. If the MapColorRangeRule.DistributionType element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Optimal: The optimal distribution is applied.

EqualInterval: The equal-interval distribution is applied.

EqualDistribution: The equal distribution is applied.

Custom: The user-defined distribution is applied.

If this element is not present, its value is interpreted as "Optimal".

Following is the parent element of the MapColorRangeRule.DistributionType element.

Parent elements

MapColorRangeRule

The following is the XML Schema definition of the MapColorRangeRule.DistributionType element.

 <xsd:element name="DistributionType" type="xsd:string" minOccurs="0" />