Class ExcelChartAxisStandard
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
An axis for a standard chart.
public sealed class ExcelChartAxisStandard : ExcelChartAxis
- Inheritance
-
ExcelChartAxisStandard
- Inherited Members
Properties
AxisPosition
Where the axis is located
public override eAxisPosition AxisPosition { get; }
Property Value
CrossBetween
How the axis are crossed
public override eCrossBetween CrossBetween { get; set; }
Property Value
Crosses
Where the axis crosses
public override eCrosses Crosses { get; set; }
Property Value
CrossesAt
The value where the axis cross. Null is automatic
public override double? CrossesAt { get; set; }
Property Value
Deleted
If the axis is deleted
public override bool Deleted { get; set; }
Property Value
DisplayUnit
The scaling value of the display units for the value axis
public override double DisplayUnit { get; set; }
Property Value
LabelPosition
The Position of the labels
public override eTickLabelPosition LabelPosition { get; set; }
Property Value
LogBase
The base for a logaritmic scale Null for a normal scale
public override double? LogBase { get; set; }
Property Value
MajorTickMark
Get or Sets the major tick marks for the axis.
public override eAxisTickMark MajorTickMark { get; set; }
Property Value
MajorTimeUnit
Major time unit for the axis. Null is automatic
public override eTimeUnit? MajorTimeUnit { get; set; }
Property Value
MajorUnit
Major unit for the axis. Null is automatic
public override double? MajorUnit { get; set; }
Property Value
MaxValue
Max value for the axis. Null is automatic
public override double? MaxValue { get; set; }
Property Value
MinValue
Minimum value for the axis. Null is automatic
public override double? MinValue { get; set; }
Property Value
MinorTickMark
Get or Sets the minor tick marks for the axis.
public override eAxisTickMark MinorTickMark { get; set; }
Property Value
MinorTimeUnit
Minor time unit for the axis. Null is automatic
public override eTimeUnit? MinorTimeUnit { get; set; }
Property Value
MinorUnit
Minor unit for the axis. Null is automatic
public override double? MinorUnit { get; set; }
Property Value
Orientation
Axis orientation
public override eAxisOrientation Orientation { get; set; }
Property Value
TickLabelPosition
Position of the Lables
public override eTickLabelPosition TickLabelPosition { get; set; }
Property Value
Title
Chart axis title
public ExcelChartTitleStandard Title { get; }
Property Value
Methods
AddTitle(ExcelRangeBase)
Adds the axis title and styles it according to the style selected in the StyleManager
public void AddTitle(ExcelRangeBase linkedCell)
Parameters
linkedCellExcelRangeBaseThe cell linked to the title.