Click or drag to resize

Spire.Xls.Core.Spreadsheet.Charts Namespace

Classes
Class Description
Public class ChartLegendEntriesColl
Represents a collection of chart legend entries.
Public class HistogramAxisFormat
Class provide the options for Histogram and Pareto Chart axis
Public class XlsChart
Represents a chart in an Excel worksheet. This class provides functionality to create, modify, and manipulate charts within an Excel document.
Public class XlsChartAxis
Represents an axis in an Excel chart, providing properties and methods to configure and manipulate chart axes.
Public class XlsChartBorder
Represents the border of a chart in an Excel worksheet, allowing customization of its appearance such as color, style, and width.
Public class XlsChartCategoryAxis
Represents the category axis of a chart in an Excel worksheet.
Public class XlsChartDataLabelArea
Represents the area of a chart data label in an Excel worksheet, allowing customization of the data label's appearance and properties.
Public class XlsChartDataLabels
Represents the data labels in an Excel chart. Data labels can display information about the data points in the chart, such as their values, category names, or percentages.
Public class XlsChartDataPoint
Represents a data point in an Excel chart.
Public class XlsChartDataPointsCollection
Represents a collection of data points for an Excel chart.
Public class XlsChartDataTable
Represents a data table in an Excel chart, which can display the data labels and series names for the chart.
Public class XlsChartDropBar
Represents a drop bar chart in an Excel worksheet, typically used in conjunction with a line chart to show the difference between two data series.
Public class XlsChartFill
Represents the fill formatting of a chart in an Excel worksheet.
Public class XlsChartFormat
Represents the formatting options for a chart in an Excel document.
Public class XlsChartFormatCollection
Represents a collection of chart format objects within an Excel document.
Public class XlsChartFrameFormat
Represents the format properties of a chart frame in an Excel document.
Public class XlsChartGridLine
Represents a grid line in an Excel chart.
Public class XlsChartInterior
Represents the interior formatting of a chart in an Excel document, including properties such as color and pattern.
Public class XlsChartLegend
Represents a legend in an Excel chart, providing options to customize its appearance and position.
Public class XlsChartLegendArea
Represents the legend area of chart, which includes properties and methods to manipulate the legend's appearance and position within the chart.
Public class XlsChartLegendEntry
Represents a legend entry in an Excel chart.
Public class XlsChartPageSetup
Represents the page setup settings for a chart in an Excel document.
Public class XlsChartPlotArea
Represents the plot area of a chart in an Excel worksheet. The plot area is the region of the chart where the data is plotted.
Public class XlsChartSerie
Represents a series in an Excel chart, containing data and formatting options for that series.
Public class XlsChartSerieDataFormat
Represents the data format settings for a series in an Excel chart.
Public class XlsChartSeries
Represents a series in an Excel chart, containing data and formatting options for the series.
Public class XlsChartSeriesAxis
Represents the axis of a series in an Excel chart.
Public class XlsChartTitleArea
Represents the title area of a chart in an Excel worksheet.
Public class XlsChartValueAxis
Represents the value axis of an Excel chart, which is responsible for displaying the numeric values of the data points.
Public class XlsChartWallOrFloor
Represents the wall or floor of a chart in an Excel document, providing properties and methods to manipulate its appearance and behavior.