<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Hi,</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">The axis option like the MSO-2016 and onwards is now visible in the Chart Type dialog in the Side Bar Type of the UI selection for the charts.(as seen in the image)<br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"> </div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><img src="cid:ii_m0gushtg0" alt="image.png" width="558" height="365"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Here is a video of this working - <a href="https://www.youtube.com/watch?v=_H-eWhnQm-g">https://www.youtube.com/watch?v=_H-eWhnQm-g</a></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">We already had entries for these custom options in the IDL file, but I have refined a little the FrequencyType -<br><br><div style="color:rgb(204,204,204);background-color:rgb(31,31,31);font-family:"Droid Sans Mono","monospace",monospace;font-weight:normal;font-size:14px;line-height:19px;white-space:pre"><div><span style="color:rgb(204,204,204)">service HistogramDiagram</span></div><div><span style="color:rgb(204,204,204)">{</span></div><div><span style="color:rgb(204,204,204)">    service com::sun::star::chart::Diagram;</span></div><div><span style="color:rgb(204,204,204)">    service com::sun::star::chart::ChartStatistics;</span></div><div><span style="color:rgb(204,204,204)">    service com::sun::star::chart::ChartAxisXSupplier;</span></div><div><span style="color:rgb(204,204,204)">    service com::sun::star::chart::ChartTwoAxisYSupplier;</span></div><br><div><span style="color:rgb(204,204,204)">    </span><span style="color:rgb(106,153,85)">/** Specifies the number of bins in the histogram. */</span></div><div><span style="color:rgb(204,204,204)">    [</span><span style="color:rgb(86,156,214)">property</span><span style="color:rgb(204,204,204)">] long BinCount;</span></div><br><div><span style="color:rgb(204,204,204)">    </span><span style="color:rgb(106,153,85)">/** Specifies the range of values covered by the bins. */</span></div><div><span style="color:rgb(204,204,204)">    [</span><span style="color:rgb(86,156,214)">property</span><span style="color:rgb(204,204,204)">] string BinRange;</span></div><br><div><span style="color:rgb(204,204,204)">    </span><span style="color:rgb(106,153,85)">/** Specifies the width of each bin in the histogram. */</span></div><div><span style="color:rgb(204,204,204)">    [</span><span style="color:rgb(86,156,214)">property</span><span style="color:rgb(204,204,204)">] double BinWidth;</span></div><br><div><span style="color:rgb(204,204,204)">    </span><span style="color:rgb(106,153,85)">/** </span></div><div><span style="color:rgb(106,153,85)">     * Specifies the type of frequency representation.</span></div><div><span style="color:rgb(106,153,85)">     * 0: Automatic</span></div><div><span style="color:rgb(106,153,85)">     * 1: Bin Width</span></div><div><span style="color:rgb(106,153,85)">     * 2: Number of bins (BinCount)</span></div><div><span style="color:rgb(106,153,85)">     * 3: By Category</span></div><div><span style="color:rgb(106,153,85)">     */</span></div><div><span style="color:rgb(204,204,204)">    [</span><span style="color:rgb(86,156,214)">property</span><span style="color:rgb(204,204,204)">] short FrequencyType;</span></div><br><div><span style="color:rgb(204,204,204)">    </span><span style="color:rgb(106,153,85)">/** Specifies whether to include an overflow bin. */</span></div><div><span style="color:rgb(204,204,204)">    [</span><span style="color:rgb(86,156,214)">property</span><span style="color:rgb(204,204,204)">, </span><span style="color:rgb(86,156,214)">optional</span><span style="color:rgb(204,204,204)">] boolean OverflowBin;</span></div><br><div><span style="color:rgb(204,204,204)">    </span><span style="color:rgb(106,153,85)">/** Specifies whether to include an underflow bin. */</span></div><div><span style="color:rgb(204,204,204)">    [</span><span style="color:rgb(86,156,214)">property</span><span style="color:rgb(204,204,204)">, </span><span style="color:rgb(86,156,214)">optional</span><span style="color:rgb(204,204,204)">] boolean UnderflowBin;</span></div><br><div><span style="color:rgb(204,204,204)">};</span></div><br><div><span style="color:rgb(204,204,204)">}; }; }; };</span></div></div></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">We have to make sure that the Histogram calculation takes these custom values and correctly calculates the bars.</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Currently, upon selecting any of the options, this is what we are getting -<br><br><img src="cid:ii_m0gv00zd1" alt="image.png" width="578" height="533"><br><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-family:monospace"><b>Regards,</b></span></div><div><span style="font-family:monospace;color:rgb(153,0,255)"><b>Devansh</b></span><br></div></div></div></div>