Table of Contents

Class ExcelChartExAxis

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll

An axis for an extended chart

public sealed class ExcelChartExAxis : ExcelChartAxis
Inheritance
ExcelChartExAxis
Inherited Members

Properties

AxisPosition

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override eAxisPosition AxisPosition { get; }

Property Value

eAxisPosition

CrossBetween

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override eCrossBetween CrossBetween { get; set; }

Property Value

eCrossBetween

Crosses

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override eCrosses Crosses { get; set; }

Property Value

eCrosses

CrossesAt

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override double? CrossesAt { get; set; }

Property Value

double?

Deleted

If the axis is hidden.

public override bool Deleted { get; set; }

Property Value

bool

DisplayUnit

Display units. Please only use values in eBuildInUnits or 0 for none.

public override double DisplayUnit { get; set; }

Property Value

double

LabelPosition

Labelposition. This property does not apply to extended charts.

public override eTickLabelPosition LabelPosition { get; set; }

Property Value

eTickLabelPosition

LogBase

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override double? LogBase { get; set; }

Property Value

double?

MajorTickMark

Major tickmarks settings for the axis

public override eAxisTickMark MajorTickMark { get; set; }

Property Value

eAxisTickMark

MajorTimeUnit

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override eTimeUnit? MajorTimeUnit { get; set; }

Property Value

eTimeUnit?

MajorUnit

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override double? MajorUnit { get; set; }

Property Value

double?

MaxValue

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override double? MaxValue { get; set; }

Property Value

double?

MinValue

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override double? MinValue { get; set; }

Property Value

double?

MinorTickMark

Minor tickmarks settings for the axis

public override eAxisTickMark MinorTickMark { get; set; }

Property Value

eAxisTickMark

MinorTimeUnit

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override eTimeUnit? MinorTimeUnit { get; set; }

Property Value

eTimeUnit?

MinorUnit

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override double? MinorUnit { get; set; }

Property Value

double?

Orientation

This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.

public override eAxisOrientation Orientation { get; set; }

Property Value

eAxisOrientation

TickLabelPosition

Tick label position. This property does not apply to extended charts.

public override eTickLabelPosition TickLabelPosition { get; set; }

Property Value

eTickLabelPosition

Title

The title of the chart

public ExcelChartExTitle Title { get; }

Property Value

ExcelChartExTitle