Class ExcelChartAxisStandard
An axis for a standard chart.
Inherited Members
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
Properties
AxisPosition
Where the axis is located
Declaration
public override eAxisPosition AxisPosition { get; }
Property Value
Type | Description |
---|---|
eAxisPosition |
Overrides
CrossBetween
How the axis are crossed
Declaration
public override eCrossBetween CrossBetween { get; set; }
Property Value
Type | Description |
---|---|
eCrossBetween |
Overrides
Crosses
Where the axis crosses
Declaration
public override eCrosses Crosses { get; set; }
Property Value
Type | Description |
---|---|
eCrosses |
Overrides
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
Deleted
If the axis is deleted
Declaration
public override bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
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
LabelPosition
The Position of the labels
Declaration
public override eTickLabelPosition LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
eTickLabelPosition |
Overrides
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
MajorTickMark
Get or Sets the major tick marks for the axis.
Declaration
public override eAxisTickMark MajorTickMark { get; set; }
Property Value
Type | Description |
---|---|
eAxisTickMark |
Overrides
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
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
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
MinorTickMark
Get or Sets the minor tick marks for the axis.
Declaration
public override eAxisTickMark MinorTickMark { get; set; }
Property Value
Type | Description |
---|---|
eAxisTickMark |
Overrides
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
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
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
Orientation
Axis orientation
Declaration
public override eAxisOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
eAxisOrientation |
Overrides
TickLabelPosition
Position of the Lables
Declaration
public override eTickLabelPosition TickLabelPosition { get; set; }
Property Value
Type | Description |
---|---|
eTickLabelPosition |
Overrides
Title
Chart axis title
Declaration
public override ExcelChartTitle Title { get; }
Property Value
Type | Description |
---|---|
ExcelChartTitle |