LibreOffice
LibreOffice 25.8 SDK API Reference
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
10module com { module sun { module star { module chart {
11
12
32
33}; }; }; };
34
35/* 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:17
double BinWidth
Specifies the width of each bin in the histogram.
Definition HistogramDiagram.idl:24
long FrequencyType
Specifies the type of frequency representation (count or density).
Definition HistogramDiagram.idl:30
string BinRange
Specifies the range of values covered by the bins.
Definition HistogramDiagram.idl:27