Show / Hide Table of Contents

Class ExcelChartExAxis

An axis for an extended chart

Inheritance
object
XmlHelper
ExcelChartAxis
ExcelChartExAxis
Inherited Members
ExcelChartAxis.Format
ExcelChartAxis.SourceLinked
ExcelChartAxis.Fill
ExcelChartAxis.Border
ExcelChartAxis.Effect
ExcelChartAxis.ThreeD
ExcelChartAxis.Font
ExcelChartAxis.TextBody
ExcelChartAxis.TextSettings
ExcelChartAxis.MajorGridlines
ExcelChartAxis.MajorGridlineEffects
ExcelChartAxis.MinorGridlines
ExcelChartAxis.MinorGridlineEffects
ExcelChartAxis.HasMajorGridlines
ExcelChartAxis.HasMinorGridlines
ExcelChartAxis.RemoveGridlines()
ExcelChartAxis.RemoveGridlines(bool, bool)
ExcelChartAxis.AddGridlines(bool, bool)
ExcelChartAxis.AddTitle(string)
ExcelChartAxis.RemoveTitle()
ExcelChartAxis.ChangeAxisType(eAxisType, bool)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public sealed class ExcelChartExAxis : ExcelChartAxis

Properties

AxisPosition

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

Declaration
public override eAxisPosition AxisPosition { get; }
Property Value
Type Description
eAxisPosition
Overrides
ExcelChartAxis.AxisPosition

CrossBetween

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

Declaration
public override eCrossBetween CrossBetween { get; set; }
Property Value
Type Description
eCrossBetween
Overrides
ExcelChartAxis.CrossBetween

Crosses

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

Declaration
public override eCrosses Crosses { get; set; }
Property Value
Type Description
eCrosses
Overrides
ExcelChartAxis.Crosses

CrossesAt

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

Declaration
public override double? CrossesAt { get; set; }
Property Value
Type Description
double?
Overrides
ExcelChartAxis.CrossesAt

Deleted

If the axis is hidden.

Declaration
public override bool Deleted { get; set; }
Property Value
Type Description
bool
Overrides
ExcelChartAxis.Deleted

DisplayUnit

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

Declaration
public override double DisplayUnit { get; set; }
Property Value
Type Description
double
Overrides
ExcelChartAxis.DisplayUnit

LabelPosition

Labelposition. This property does not apply to extended charts.

Declaration
public override eTickLabelPosition LabelPosition { get; set; }
Property Value
Type Description
eTickLabelPosition
Overrides
ExcelChartAxis.LabelPosition

LogBase

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

Declaration
public override double? LogBase { get; set; }
Property Value
Type Description
double?
Overrides
ExcelChartAxis.LogBase

MajorTickMark

Major tickmarks settings for the axis

Declaration
public override eAxisTickMark MajorTickMark { get; set; }
Property Value
Type Description
eAxisTickMark
Overrides
ExcelChartAxis.MajorTickMark

MajorTimeUnit

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

Declaration
public override eTimeUnit? MajorTimeUnit { get; set; }
Property Value
Type Description
eTimeUnit?
Overrides
ExcelChartAxis.MajorTimeUnit

MajorUnit

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

Declaration
public override double? MajorUnit { get; set; }
Property Value
Type Description
double?
Overrides
ExcelChartAxis.MajorUnit

MaxValue

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

Declaration
public override double? MaxValue { get; set; }
Property Value
Type Description
double?
Overrides
ExcelChartAxis.MaxValue

MinValue

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

Declaration
public override double? MinValue { get; set; }
Property Value
Type Description
double?
Overrides
ExcelChartAxis.MinValue

MinorTickMark

Minor tickmarks settings for the axis

Declaration
public override eAxisTickMark MinorTickMark { get; set; }
Property Value
Type Description
eAxisTickMark
Overrides
ExcelChartAxis.MinorTickMark

MinorTimeUnit

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

Declaration
public override eTimeUnit? MinorTimeUnit { get; set; }
Property Value
Type Description
eTimeUnit?
Overrides
ExcelChartAxis.MinorTimeUnit

MinorUnit

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

Declaration
public override double? MinorUnit { get; set; }
Property Value
Type Description
double?
Overrides
ExcelChartAxis.MinorUnit

Orientation

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

Declaration
public override eAxisOrientation Orientation { get; set; }
Property Value
Type Description
eAxisOrientation
Overrides
ExcelChartAxis.Orientation

TickLabelPosition

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

Declaration
public override eTickLabelPosition TickLabelPosition { get; set; }
Property Value
Type Description
eTickLabelPosition
Overrides
ExcelChartAxis.TickLabelPosition

Title

The title of the chart

Declaration
public ExcelChartExTitle Title { get; }
Property Value
Type Description
ExcelChartExTitle
In this article
Back to top Generated by DocFX