2.211 MapColorScale

Applies to RDL 2010/01 and RDL 2016/01

The MapColorScale element specifies a color scale for a Map.

The following are the parent and child elements of the MapColorScale element.

Parent elements

Map

Child elements

MapColorScale.ActionInfo

MapColorScale.BottomMargin

MapColorScale.ColorBarBorderColor

MapColorScale.DockOutsideViewport

MapColorScale.Hidden

MapColorScale.HideEndLabels

MapColorScale.LabelBehavior

MapColorScale.LabelFormat

MapColorScale.LabelInterval

MapColorScale.LabelPlacement

MapColorScale.LeftMargin

MapColorScale.MapColorScaleTitle

MapColorScale.MapLocation

MapColorScale.MapSize

MapColorScale.NoDataText

MapColorScale.Position

MapColorScale.RangeGapColor

MapColorScale.RightMargin

MapColorScale.Style

MapColorScale.TickMarkLength

MapColorScale.ToolTip

MapColorScale.TopMargin

MapColorScale.ZIndex

The following is the XML Schema definition of the MapColorScale element.

 <xsd:complexType name="MapColorScaleType">
   <xsd:choice maxOccurs="unbounded">
     <!--MapSubItem Start-->
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="MapLocation" type="MapLocationType" minOccurs="0" />
     <xsd:element name="MapSize" type="MapSizeType" minOccurs="0" />
     <xsd:element name="LeftMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="RightMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="TopMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="BottomMargin" type="xsd:string" minOccurs="0" />
     <xsd:element name="ZIndex" type="xsd:string" minOccurs="0" />
     <!--MapSubItem End-->
     <!--MapDockableSubItem Start-->
     <xsd:element name="Position" type="xsd:string" minOccurs="0" />
     <xsd:element name="DockOutsideViewport" type="xsd:string" minOccurs="0" />
     <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="ToolTip" type="xsd:string" minOccurs="0" />
     <!--MapDockableSubItem End-->
     <xsd:element name="MapColorScaleTitle" type="MapColorScaleTitleType" 
                  minOccurs="0" />
     <xsd:element name="TickMarkLength" type="xsd:string" minOccurs="0" />
     <xsd:element name="ColorBarBorderColor" type="xsd:string" minOccurs="0" />
     <xsd:element name="LabelInterval" type="xsd:string" minOccurs="0" />
     <xsd:element name="LabelFormat" type="xsd:string" minOccurs="0" />
     <xsd:element name="LabelPlacement" type="xsd:string" minOccurs="0" />
     <xsd:element name="LabelBehavior" type="xsd:string" minOccurs="0" />
     <xsd:element name="HideEndLabels" type="xsd:string" minOccurs="0" />
     <xsd:element name="RangeGapColor" type="xsd:string" minOccurs="0" />
     <xsd:element name="NoDataText" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>