Table of Contents

Interface IXLAxisProperties

Namespace
SlapKit.Excel.Excel.Charts.ExtendedChartTypeFeatures
Assembly
SlapKit.Excel.dll
public interface IXLAxisProperties
Extension Methods

Properties

DisplayUnit

IXLAxisDisplayUnit? DisplayUnit { get; set; }

Property Value

IXLAxisDisplayUnit

FillStyle

IXLDrawingFill FillStyle { get; set; }

Property Value

IXLDrawingFill

Hide

bool Hide { get; set; }

Property Value

bool

LineStyle

IXLDrawingLine LineStyle { get; set; }

Property Value

IXLDrawingLine

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

IXLChartNumberingFormat NumberingFormat { get; set; }

Property Value

IXLChartNumberingFormat

TextProperties

IXLTextProperties? TextProperties { get; set; }

Property Value

IXLTextProperties