namespace com::sun::star { namespace chart2 { class XChartDocument; }
}
namespace oox::core { class XmlFilterBase; }
namespace oox::drawingml::chart {
/** Enumerates different object types for specific automatic formatting behaviour. */ enum ObjectType
{
OBJECTTYPE_CHARTSPACE, /// Chart background.
OBJECTTYPE_CHARTTITLE, /// Chart title.
OBJECTTYPE_LEGEND, /// Legend.
OBJECTTYPE_PLOTAREA2D, /// Plot area containing axes and data series in 2D charts.
OBJECTTYPE_PLOTAREA3D, /// Plot area containing axes and data series in 3D charts.
OBJECTTYPE_WALL, /// Background and side wall in 3D charts.
OBJECTTYPE_FLOOR, /// Floor in 3D charts.
OBJECTTYPE_AXIS, /// Axis line, labels, tick marks.
OBJECTTYPE_AXISTITLE, /// Axis title.
OBJECTTYPE_AXISUNIT, /// Axis unit label.
OBJECTTYPE_MAJORGRIDLINE, /// Axis major grid line.
OBJECTTYPE_MINORGRIDLINE, /// Axis minor grid line.
OBJECTTYPE_LINEARSERIES2D, /// Linear series in 2D line/radarline/scatter charts.
OBJECTTYPE_FILLEDSERIES2D, /// Filled series in 2D bar/area/radararea/bubble/pie/surface charts.
OBJECTTYPE_FILLEDSERIES3D, /// Filled series in 3D charts.
OBJECTTYPE_DATALABEL, /// Labels for data points.
OBJECTTYPE_TRENDLINE, /// Data series trend line.
OBJECTTYPE_TRENDLINELABEL, /// Trend line label.
OBJECTTYPE_ERRORBAR, /// Data series error indicator line.
OBJECTTYPE_SERLINE, /// Data point connector lines.
OBJECTTYPE_LEADERLINE, /// Leader lines between pie slice and data label.
OBJECTTYPE_DROPLINE, /// Drop lines between data points and X axis.
OBJECTTYPE_HILOLINE, /// High/low lines in line/stock charts.
OBJECTTYPE_UPBAR, /// Up-bar in line/stock charts.
OBJECTTYPE_DOWNBAR, /// Down-bar in line/stock charts.
OBJECTTYPE_DATATABLE /// Data table.
};
/** Sets the maximum series index used for color cycling/fading. */ void setMaxSeriesIndex( sal_Int32 nMaxSeriesIdx ); /** Returns the current maximum series index used for color cycling/fading. */
sal_Int32 getMaxSeriesIndex() const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.