Class ChartCategoryAxis
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
Font
Gets font used for axis text displaying.
public ExcelFont Font { get; }
Property Value
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
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
TitleArea
Returns text area for the axis title. Read-only.
public ChartTextArea TitleArea { get; }