Show / Hide Table of Contents

Class ExcelChartExAxis

An axis for an extended chart

Inheritance
System.Object
XmlHelper
ExcelChartAxis
ExcelChartExAxis
Inherited Members
ExcelChartAxis._chart
ExcelChartAxis._nsPrefix
ExcelChartAxis.Format
ExcelChartAxis.SourceLinked
ExcelChartAxis.Fill
ExcelChartAxis.Border
ExcelChartAxis.Effect
ExcelChartAxis.ThreeD
ExcelChartAxis.Font
ExcelChartAxis.TextBody
ExcelChartAxis._title
ExcelChartAxis.MajorGridlines
ExcelChartAxis.MajorGridlineEffects
ExcelChartAxis.MinorGridlines
ExcelChartAxis.MinorGridlineEffects
ExcelChartAxis.HasMajorGridlines
ExcelChartAxis.HasMinorGridlines
ExcelChartAxis.RemoveGridlines()
ExcelChartAxis.RemoveGridlines(Boolean, Boolean)
ExcelChartAxis.AddGridlines(Boolean, Boolean)
ExcelChartAxis.AddTitle(String)
ExcelChartAxis.RemoveTitle()
ExcelChartAxis.AddTitleNode()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart.ChartEx
Assembly: EPPlus.dll
Syntax
public sealed class ExcelChartExAxis : ExcelChartAxis, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties

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
System.Nullable<System.Double>
Overrides
ExcelChartAxis.CrossesAt

Deleted

If the axis is hidden.

Declaration
public override bool Deleted { get; set; }
Property Value
Type Description
System.Boolean
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
System.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
System.Nullable<System.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
System.Nullable<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
System.Nullable<System.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
System.Nullable<System.Double>
Overrides
ExcelChartAxis.MaxValue

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
System.Nullable<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
System.Nullable<System.Double>
Overrides
ExcelChartAxis.MinorUnit

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
System.Nullable<System.Double>
Overrides
ExcelChartAxis.MinValue

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

Methods

GetTitle()

Declaration
protected override ExcelChartTitle GetTitle()
Returns
Type Description
ExcelChartTitle
Overrides
ExcelChartAxis.GetTitle()
Back to top Generated by DocFX