Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Class and Description |
---|
ExcelChartCollection
Represents a collection of
chart s in the worksheet. |
Class and Description |
---|
AreaChart
Represents a chart whose series values are drawn using filled areas.
|
AxisGridlines
Represents an axis major or minor gridlines.
|
AxisLabelsPosition
Represents the possible positions for axis labels.
|
AxisType
Represents an axis type.
|
BarChart
Represents a chart whose series values are drawn using horizontal rectangles.
|
CategoryAxis
Represents an axis used for categories.
|
ChartAxes
Represents chart axes.
|
ChartAxis
Represents a base class for all chart axis types.
|
ChartDataLabels
Represents the settings for the data labels for an entire series or the entire chart.
|
ChartGrouping
Represents the grouping of a chart series for each category in a chart.
|
ChartLegend
Represents a chart legend.
|
ChartLegendPosition
Specifies the possible positions for a legend.
|
ChartSeries
Represents a single chart series.
|
ChartSeriesCollection
Represents a collection of
ChartSeries objects. |
ChartSeriesCollectionGeneric
Represents a collection of series of specific type which derives from
ChartSeries type. |
ChartTitle
Represents a chart or axis title.
|
ChartTitleDirection
Represents chart or axis title text direction.
|
ChartType
Represents a chart type.
|
ColumnChart
Represents a chart whose series values are drawn using vertical rectangles.
|
DataLabelPosition
Represents the possible positions for a data label.
|
DateAxis
Represents an axis used for categories which are dates / times.
|
EmptyCellDisplayMode
Specifies the possible ways to display empty cell values (cells with
value equal to null ). |
ExcelChart
Represents a base class for all charts in a worksheet.
|
ExcelChartCollection
Represents a collection of
chart s in the worksheet. |
LineChart
Represents a chart whose series values are drawn using lines.
|
LineChartSeriesCollection
Represents a collection of
LineChartSeries objects. |
Marker
Represents a marker for
LineChartSeries . |
MarkerType
Represents a marker symbol which will be used on each
LineChartSeries data point. |
PieChart
Represents a chart whose single series values are drawn as filled arcs in a pie-like form.
|
TickMarkType
Represents the possible positions for axis major and minor tick marks.
|
TimeUnit
Represents a unit of time used by
DateAxis . |
ValueAxis
Represents an axis used for series values.
|
© GemBox Ltd. — All rights reserved.