Class ExcelChartExAxis
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
An axis for an extended chart
public sealed class ExcelChartExAxis : ExcelChartAxis
- Inheritance
-
ExcelChartExAxis
- Inherited Members
Properties
AxisPosition
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override eAxisPosition AxisPosition { get; }
Property Value
CrossBetween
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override eCrossBetween CrossBetween { get; set; }
Property Value
Crosses
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override eCrosses Crosses { get; set; }
Property Value
CrossesAt
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override double? CrossesAt { get; set; }
Property Value
Deleted
If the axis is hidden.
public override bool Deleted { get; set; }
Property Value
DisplayUnit
Display units. Please only use values in eBuildInUnits or 0 for none.
public override double DisplayUnit { get; set; }
Property Value
LabelPosition
Labelposition. This property does not apply to extended charts.
public override eTickLabelPosition LabelPosition { get; set; }
Property Value
LogBase
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override double? LogBase { get; set; }
Property Value
MajorTickMark
Major tickmarks settings for the axis
public override eAxisTickMark MajorTickMark { get; set; }
Property Value
MajorTimeUnit
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override eTimeUnit? MajorTimeUnit { get; set; }
Property Value
MajorUnit
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override double? MajorUnit { get; set; }
Property Value
MaxValue
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override double? MaxValue { get; set; }
Property Value
MinValue
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override double? MinValue { get; set; }
Property Value
MinorTickMark
Minor tickmarks settings for the axis
public override eAxisTickMark MinorTickMark { get; set; }
Property Value
MinorTimeUnit
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override eTimeUnit? MinorTimeUnit { get; set; }
Property Value
MinorUnit
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override double? MinorUnit { get; set; }
Property Value
Orientation
This property is not used for extended charts. Trying to set this property will result in a NotSupportedException.
public override eAxisOrientation Orientation { get; set; }
Property Value
TickLabelPosition
Tick label position. This property does not apply to extended charts.
public override eTickLabelPosition TickLabelPosition { get; set; }
Property Value
Title
The title of the chart
public ExcelChartExTitle Title { get; }