Table of Contents

Class ChartCategoryAxis

Namespace
Spire.Xls.Charts
Assembly
Spire.XLS.dll
public class ChartCategoryAxis : XlsChartCategoryAxis, IExcelApplication, IDisposable, IChartCategoryAxis, IChartValueAxis, IChartAxis
Inheritance
ChartCategoryAxis
Implements
Inherited Members

Properties

CategoryLabels

Category labels for the chart.

public CellRange CategoryLabels { get; set; }

Property Value

CellRange

Font

Gets font used for axis text displaying.

public ExcelFont Font { get; }

Property Value

ExcelFont

MajorGridLines

Returns a ChartGridLine object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines

public ChartGridLine MajorGridLines { get; }

Property Value

ChartGridLine

MinorGridLines

Returns a ChartGridLine object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.

public ChartGridLine MinorGridLines { get; }

Property Value

ChartGridLine

TitleArea

Returns text area for the axis title. Read-only.

public ChartTextArea TitleArea { get; }

Property Value

ChartTextArea