Table of Contents

Interface IXLBaseAxisProperties

Namespace
SlapKit.Excel.Excel.Charts.ChartTypeFeatures
Assembly
SlapKit.Excel.dll
public interface IXLBaseAxisProperties
Extension Methods

Properties

AxisPosition

XLAxisPosition AxisPosition { get; set; }

Property Value

XLAxisPosition

CrossPosition

IXLAxisCrossPosition CrossPosition { get; set; }

Property Value

IXLAxisCrossPosition

FillStyle

Gets or sets the axis fill style.

IXLDrawingFill FillStyle { get; set; }

Property Value

IXLDrawingFill

Hide

bool Hide { get; set; }

Property Value

bool

LineStyle

IXLDrawingLineWithArrow LineStyle { get; set; }

Property Value

IXLDrawingLineWithArrow

MajorGridlines

IXLAxisGridlines? MajorGridlines { get; set; }

Property Value

IXLAxisGridlines

MajorTickMark

XLAxisTickMark MajorTickMark { get; set; }

Property Value

XLAxisTickMark

MinorGridlines

IXLAxisGridlines? MinorGridlines { get; set; }

Property Value

IXLAxisGridlines

MinorTickMark

XLAxisTickMark MinorTickMark { get; set; }

Property Value

XLAxisTickMark

NumberingFormat

Gets the numbering format. This provides options to format numerical data in the chart axis.

IXLChartNumberingFormat NumberingFormat { get; set; }

Property Value

IXLChartNumberingFormat

Scaling

Gets the axis scaling. This provides options for customizing the axis scale.

IXLAxisScaling Scaling { get; set; }

Property Value

IXLAxisScaling

TextProperties

IXLTextProperties? TextProperties { get; set; }

Property Value

IXLTextProperties

TickLabelPosition

XLAxisTickLabelPosition TickLabelPosition { get; set; }

Property Value

XLAxisTickLabelPosition