2.126.1 ChartTickMarks.Enabled

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartTickMarks.Enabled element specifies whether tick marks along a ChartAxis are shown. This element is optional. If the ChartTickMarks.Enabled 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:

True: Specifies that tick marks appear.

False: Specifies that tick marks do not appear.

Auto: Specifies that this value is interpreted as true for ChartAxis.ChartMajorTickMarks and false for ChartAxis.ChartMinorTickMarks.

If the ChartTickMarks.Enabled element is not present, its value is interpreted as "Auto".

Following is the parent element of the ChartTickMarks.Enabled element.

 Parent elements

ChartTickMarks

The following is the XML Schema definition of the ChartTickMarks.Enabled element.

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