Hi Devansh,
Devansh Varshney schrieb am 03.01.2025 um 13:21:
<chart:chart svg:width="16.001cm" svg:height="8.986cm" xlink:href="..">
<chart:title>
<text:p>Histogram Chart</text:p>
</chart:title>
<chart:plot-area>
<chart:series chart:label-cell-address="'Sheet1'.$A$1"
chart:values-cell-range-address="'Sheet1'.$A$2:$A$101">
<chart:data-point chart:repeated="100"/>
<loext:histogram-configuration loext:histogram-frequency-type="2"
loext:histogram-bin-count="10">
<loext:histogram-overflow-bin>60</loext:histogram-overflow-bin>
<loext:histogram-underflow-bin>0</loext:histogram-underflow-bin>
<loext:histogram-interval-closed>true</loext:histogram-interval-closed>
</loext:histogram-configuration>
loext:histogram-overflow-bin, loext:histogram-underflow-bin and
loext:histogram-interval-closed are not elements, but attributes of the
element <loext:histogram-configuration>.
</chart:series>
<chart:axis chart:dimension="x">
<chart:title>
<text:p>Values (units)</text:p>
</chart:title>
</chart:axis>
<chart:axis chart:dimension="y">
<chart:title>
<text:p>Frequency</text:p>
</chart:title>
</chart:axis>
</chart:plot-area>
</chart:chart>
Kind regards,
Regina