See: Description
Class | Description |
---|---|
AreaChart |
Represents a chart whose series values are drawn using filled areas.
|
AxisGridlines |
Represents an axis major or minor gridlines.
|
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.
|
ChartLegend |
Represents a chart legend.
|
ChartSeries |
Represents a single chart series.
|
ChartSeriesCollection |
Represents a collection of
ChartSeries objects. |
ChartSeriesCollectionGeneric<T extends ChartSeries> |
Represents a collection of series of specific type which derives from
ChartSeries type. |
ChartTitle |
Represents a chart or axis title.
|
ColumnChart |
Represents a chart whose series values are drawn using vertical rectangles.
|
DateAxis |
Represents an axis used for categories which are dates / times.
|
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.
|
LineChartSeries |
Represents a single
LineChart series. |
LineChartSeriesCollection |
Represents a collection of
LineChartSeries objects. |
Marker |
Represents a marker for
LineChartSeries . |
PieChart |
Represents a chart whose single series values are drawn as filled arcs in a pie-like form.
|
ValueAxis |
Represents an axis used for series values.
|
Enum | Description |
---|---|
AxisLabelsPosition |
Represents the possible positions for axis labels.
|
AxisType |
Represents an axis type.
|
ChartGrouping |
Represents the grouping of a chart series for each category in a chart.
|
ChartLegendPosition |
Specifies the possible positions for a legend.
|
ChartTitleDirection |
Represents chart or axis title text direction.
|
ChartType |
Represents a chart type.
|
DataLabelPosition |
Represents the possible positions for a data label.
|
EmptyCellDisplayMode |
Specifies the possible ways to display empty cell values (cells with
value equal to null ). |
MarkerType |
Represents a marker symbol which will be used on each
LineChartSeries data point. |
TickMarkType |
Represents the possible positions for axis major and minor tick marks.
|
TimeUnit |
Represents a unit of time used by
DateAxis . |
© GemBox Ltd. — All rights reserved.