LibreOffice
LibreOffice 26.8 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
13
service
HistogramDiagram
14
{
15
service
com::sun::star::chart::Diagram
;
16
service
com::sun::star::chart::ChartStatistics
;
17
service
com::sun::star::chart::ChartAxisXSupplier
;
18
service
com::sun::star::chart::ChartTwoAxisYSupplier
;
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: */
com
Definition
Ambiguous.idl:20
com::sun::star::chart::ChartAxisXSupplier
has to be supported by charts providing the capabilities of a horizontal axis, i.e....
Definition
ChartAxisXSupplier.idl:29
com::sun::star::chart::ChartStatistics
offers statistical properties for the data in the chart.
Definition
ChartStatistics.idl:28
com::sun::star::chart::ChartTwoAxisYSupplier
a helper service for chart documents which supply primary and secondary y-axes.
Definition
ChartTwoAxisYSupplier.idl:29
com::sun::star::chart::Diagram
the base service for the diagram of the chart document.
Definition
Diagram.idl:35
com::sun::star::chart::HistogramDiagram
This is a service for histogram diagrams.
Definition
HistogramDiagram.idl:14
com::sun::star::chart::HistogramDiagram::BinCount
long BinCount
Specifies the number of bins in the histogram.
Definition
HistogramDiagram.idl:24
com::sun::star::chart::HistogramDiagram::BinWidth
double BinWidth
Specifies the width of each bin in the histogram.
Definition
HistogramDiagram.idl:21
com::sun::star::chart::HistogramDiagram::FrequencyType
long FrequencyType
Specifies the type of frequency representation (count or density).
Definition
HistogramDiagram.idl:27
com
sun
star
chart
HistogramDiagram.idl
Generated by
1.17.0