Show / Hide Table of Contents

Class ExcelChartAxisStandard

Inheritance
System.Object
XmlHelper
ExcelChartAxis
ExcelChartAxisStandard
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
Assembly: EPPlus.dll
Syntax
public sealed class ExcelChartAxisStandard : ExcelChartAxis, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties

Properties

AxisPosition

Where the axis is located

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

CrossBetween

How the axis are crossed

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

Crosses

Where the axis crosses

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

CrossesAt

The value where the axis cross. Null is automatic

Declaration
public override double? CrossesAt { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Overrides
ExcelChartAxis.CrossesAt

Deleted

If the axis is deleted

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

DisplayUnit

The scaling value of the display units for the value axis

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

LabelPosition

The Position of the labels

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

LogBase

The base for a logaritmic scale Null for a normal scale

Declaration
public override double? LogBase { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Overrides
ExcelChartAxis.LogBase

MajorTickMark

Get or Sets the major tick marks for the axis.

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

MajorTimeUnit

Major time unit for the axis. Null is automatic

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

MajorUnit

Major unit for the axis. Null is automatic

Declaration
public override double? MajorUnit { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Overrides
ExcelChartAxis.MajorUnit

MaxValue

Max value for the axis. Null is automatic

Declaration
public override double? MaxValue { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Overrides
ExcelChartAxis.MaxValue

MinorTickMark

Get or Sets the minor tick marks for the axis.

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

MinorTimeUnit

Minor time unit for the axis. Null is automatic

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

MinorUnit

Minor unit for the axis. Null is automatic

Declaration
public override double? MinorUnit { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Overrides
ExcelChartAxis.MinorUnit

MinValue

Minimum value for the axis. Null is automatic

Declaration
public override double? MinValue { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Overrides
ExcelChartAxis.MinValue

Orientation

Axis orientation

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

TickLabelPosition

Position of the Lables

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

Title

Chart axis title

Declaration
public override ExcelChartTitle Title { get; }
Property Value
Type Description
ExcelChartTitle
Overrides
ExcelChartAxis.Title

Methods

GetTitle()

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