chart:plot-area
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:chart:1.0
Schema document: chart.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- dr3d:light [0..*]
- chart:axis [0..*]
- chart:series [0..*]
- chart:stock-gain-marker [0..1]
- chart:stock-loss-marker [0..1]
- chart:stock-range-line [0..1]
- chart:wall [0..1]
- chart:floor [0..1]
Attributes
Used in
- Anonymous type of element chart:chart
- Anonymous type of element text:office-chart-content-main
Sample instance
<chart:plot-area svg:x="string" svg:y="string" svg:width="string" svg:height="string" dr3d:lighting-mode="true"> <dr3d:light dr3d:direction="string"/> <chart:axis chart:dimension="x"> <chart:title svg:x="string" svg:y="string"> <text:p>Any text, intermingled with:... </text:p> </chart:title> <chart:categories/> <chart:grid chart:class="major"/> </chart:axis> <chart:series chart:class="string"> <chart:domain/> <chart:mean-value/> <chart:regression-curve/> <chart:error-indicator/> <chart:data-point/> </chart:series> <chart:stock-gain-marker/> <chart:stock-loss-marker/> <chart:stock-range-line/> <chart:wall svg:width="string"/> <chart:floor svg:width="string"/> </chart:plot-area>