LibreOfficeDev
LibreOfficeDev 26.8 SDK API Reference
HistogramDiagram.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 module com { module sun { module star { module chart {
11 
14 {
19 
21  [property] double BinWidth;
22 
24  [property] long BinCount;
25 
27  [property] long FrequencyType;
28 };
29 
30 }; }; }; };
31 
32 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:20
has to be supported by charts providing the capabilities of a horizontal axis, i.e....
Definition: ChartAxisXSupplier.idl:29
offers statistical properties for the data in the chart.
Definition: ChartStatistics.idl:28
a helper service for chart documents which supply primary and secondary y-axes.
Definition: ChartTwoAxisYSupplier.idl:29
the base service for the diagram of the chart document.
Definition: Diagram.idl:35
This is a service for histogram diagrams.
Definition: HistogramDiagram.idl:14
long BinCount
Specifies the number of bins in the histogram.
Definition: HistogramDiagram.idl:24
double BinWidth
Specifies the width of each bin in the histogram.
Definition: HistogramDiagram.idl:18
long FrequencyType
Specifies the type of frequency representation (count or density).
Definition: HistogramDiagram.idl:27