Show / Hide Table of Contents

Class ExcelChartAxis

An axis for a chart

Inheritance
System.Object
XmlHelper
ExcelChartAxis
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelChartAxis : XmlHelper

Properties

AxisPosition

Where the axis is located

Declaration
public eAxisPosition AxisPosition { get; }
Property Value
Type Description
eAxisPosition

Border

Access to border properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

CrossBetween

How the axis are crossed

Declaration
public eCrossBetween CrossBetween { get; set; }
Property Value
Type Description
eCrossBetween

Crosses

Where the axis cross

Declaration
public eCrosses Crosses { get; set; }
Property Value
Type Description
eCrosses

CrossesAt

The value where the axis cross. Null is automatic

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

Deleted

If the axis is deleted

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

Fill

Access to fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Font

Access to font properties

Declaration
public ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont

Format

Numberformat

Declaration
public string Format { get; set; }
Property Value
Type Description
System.String

LabelPosition

Position of the labels

Declaration
public eTickLabelPosition LabelPosition { get; set; }
Property Value
Type Description
eTickLabelPosition

LogBase

The base for a logaritmic scale Null for a normal scale

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

MajorTickMark

majorTickMark This element specifies the major tick marks for the axis.

Declaration
public eAxisTickMark MajorTickMark { get; set; }
Property Value
Type Description
eAxisTickMark

MajorUnit

Major unit for the axis. Null is automatic

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

MaxValue

Max value for the axis. Null is automatic

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

MinorTickMark

minorTickMark This element specifies the minor tick marks for the axis.

Declaration
public eAxisTickMark MinorTickMark { get; set; }
Property Value
Type Description
eAxisTickMark

MinorUnit

Minor unit for the axis. Null is automatic

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

MinValue

Minimum value for the axis. Null is automatic

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

Orientation

Declaration
public eAxisOrientation Orientation { get; set; }
Property Value
Type Description
eAxisOrientation

TickLabelPosition

Position of the Lables

Declaration
public eTickLabelPosition TickLabelPosition { get; set; }
Property Value
Type Description
eTickLabelPosition

Title

Chart axis title

Declaration
public ExcelChartTitle Title { get; }
Property Value
Type Description
ExcelChartTitle
Back to top Generated by DocFX