Click or drag to resize

Spire.Xls.Charts Namespace

Classes
Class Description
Public class ChartArea
Represents a chart area in a charting application, which is responsible for defining the plotting area for data series.
Public class ChartBorder
Represents the border settings for a chart, including properties to define its color, width, and style.
Public class ChartCategoryAxis
Represents the category axis of a chart, which is used to display categorical data.
Public class ChartDataLabels
Represents the data labels for a chart, which can include options for formatting and displaying the data associated with each data point.
Public class ChartDataPoint
Represents a single data point in a chart, containing properties such as X and Y values.
Public class ChartDataPointsCollection
Represents a collection of data points used in a chart.
Public class ChartDataTable
Represents a data table used for storing and managing data that can be visualized in a chart.
Public class ChartDropBar
Represents a chart component designed to display drop bar charts, which are useful for visualizing the change in values over a period of time or across different categories.
Public class ChartFormat
Represents the formatting options for a chart, including settings for appearance, labels, and data presentation.
Public class ChartFormatCollection
Represents a collection of chart format settings.
Public class ChartGridLine
Represents a grid line in a chart, which can be customized for appearance and behavior within the chart's grid.
Public class ChartInterior
Represents the interior properties of a chart, such as background color and gradient settings.
Public class ChartLegend
Represents the legend of a chart, providing information about the data series displayed in the chart.
Public class ChartLegendEntry
Represents an entry in a chart legend, which includes details about a specific data series or category.
Public class ChartPageSetup
Represents the page setup settings for a chart, including properties such as margins, orientation, and paper size.
Public class ChartPlotArea
Represents the plot area of a chart, which is the area where the data series are drawn.
Public class ChartSerie
Represents a series of data in a chart, containing the data points and related configuration settings for display.
Public class ChartSerieDataFormat
Represents the data format for a series in a chart, including properties such as labels, values, and formatting options.
Public class ChartSeries
Represents a series of data points in a chart, including properties and methods for configuring and manipulating the series.
Public class ChartSeriesAxis
Represents the axis configuration for a series in a chart, defining properties such as labels, range, and scale.
Public class ChartTextArea
Represents a text area within a chart used for displaying textual information such as labels, descriptions, or annotations.
Public class ChartTitle
Represents the title of a chart, providing properties and methods to customize its appearance and content.
Public class ChartValueAxis
Represents the value axis of a chart, responsible for defining the scale, range, and other properties related to the data values being plotted.
Public class ChartWallOrFloor
Represents a wall or floor in a charting context, encapsulating properties and methods related to its visualization and behavior within a chart.