Table of Contents

Class ExcelChartAxis

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelChartAxis : XmlHelper
Inheritance
ExcelChartAxis
Inherited Members
Extension Methods

Properties

AxisPosition

public eAxisPosition AxisPosition { get; }

Property Value

eAxisPosition

Border

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

CrossBetween

public eCrossBetween CrossBetween { get; set; }

Property Value

eCrossBetween

Crosses

public eCrosses Crosses { get; set; }

Property Value

eCrosses

CrossesAt

public double? CrossesAt { get; set; }

Property Value

double?

Deleted

public bool Deleted { get; set; }

Property Value

bool

DisplayUnit

public double DisplayUnit { get; set; }

Property Value

double

Fill

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Font

public ExcelTextFont Font { get; }

Property Value

ExcelTextFont

Format

public string Format { get; set; }

Property Value

string

LabelPosition

public eTickLabelPosition LabelPosition { get; set; }

Property Value

eTickLabelPosition

LogBase

public double? LogBase { get; set; }

Property Value

double?

MajorGridlines

public ExcelDrawingBorder MajorGridlines { get; }

Property Value

ExcelDrawingBorder

MajorTickMark

public eAxisTickMark MajorTickMark { get; set; }

Property Value

eAxisTickMark

MajorTimeUnit

public eTimeUnit? MajorTimeUnit { get; set; }

Property Value

eTimeUnit?

MajorUnit

public double? MajorUnit { get; set; }

Property Value

double?

MaxValue

public double? MaxValue { get; set; }

Property Value

double?

MinValue

public double? MinValue { get; set; }

Property Value

double?

MinorGridlines

public ExcelDrawingBorder MinorGridlines { get; }

Property Value

ExcelDrawingBorder

MinorTickMark

public eAxisTickMark MinorTickMark { get; set; }

Property Value

eAxisTickMark

MinorTimeUnit

public eTimeUnit? MinorTimeUnit { get; set; }

Property Value

eTimeUnit?

MinorUnit

public double? MinorUnit { get; set; }

Property Value

double?

Orientation

public eAxisOrientation Orientation { get; set; }

Property Value

eAxisOrientation

SourceLinked

public bool SourceLinked { get; set; }

Property Value

bool

TickLabelPosition

public eTickLabelPosition TickLabelPosition { get; set; }

Property Value

eTickLabelPosition

Title

public ExcelChartTitle Title { get; }

Property Value

ExcelChartTitle

Methods

RemoveGridlines()

public void RemoveGridlines()

RemoveGridlines(bool, bool)

public void RemoveGridlines(bool removeMajor, bool removeMinor)

Parameters

removeMajor bool
removeMinor bool