<title visible="true|false"> <style> <label> <layout>
The visible Boolean attribute defines whether the title should be displayed in the chart.
The following table shows the <title> children elements.
Child Element | Description |
---|---|
<style> | The style of a title defines the following properties:
|
<label> | The title itself. Can be text or formula. |
<layout> | The title layout has the following attributes:
|
<title visible="true"> <style> <border thickness="None"> <color rgb="#000000" alpha="255"/> </border> <background> <color rgb="#000000" alpha="0"/> </background> <font size="9" face="Arial" italic="true" bold="true" strikethrough="false" underline="true|false" rgb="#000000"/> <alignment horizontal="Left" vertical="Center" textPolicy="Truncate"/> </style> <label dataType="String">="My Title"</label> <layout location="Top" orientation="Auto" spacing="2" adjust="true"/> <horizontalProportionality type="Fixed">3.25</horizontalProportionality> <verticalProportionality type="Proportional">0.33</verticalProportionality> </layout> </title>