Unimplemented Chart ODF Elements

    From The Document Foundation Wiki

    Summary

    This document gives information of those XML elements which are added to ODF but have no functionality available right now. These XML elements are added to improve interoperability between LO and MS Office.

    The below mentioned elements do not exist in ODF 1.3. Regina (talk) 2021-12-08T22:07:27 (UTC)

    DispUnits <c:dispUnits>

    This element specifies the scaling value of the display units for the value axis in chart. In MS Office chart, user can set axis data units label e.g hundereds, billions etc.

    BuiltInUnits <c:builtInUnit>

    This element stores built in unit type for chart axis. This element specifies the display unit is one of the built in values There are 9 type of built units are available in MS Office Chart. hundreds, thousands, tenThousands, hundredThousands, millions, tenMillions, hundredMillions, billions, trillions etc

    DataTableHBorder <c:showHorzBorder>

    This element specifies the horizontal borders shall be shown in a data table. It holds a boolean value for the property defined by the parent XML element. A value of 1 or true specifies that the property is applied and 0 or false specifies that the property is not applied.

    DataTableVBorder <c:showVertBorder>

    This element specifies the vertical border shall be shown in a data table. It holds Specifies a boolean value for the property defined by the parent XML element. A value of 1 or true specifies that the property is applied and 0 or false specifies that the property is not applied.

    DataTableOutline <c:showOutline>

    This element specifies the outline shall be shown on a data table. It holds Specifies a boolean value for the property defined by the parent XML element. A value of 1 or true specifies that the property is applied and 0 or false specifies that the property is not applied.