Interface IXLBaseAxisProperties
- Namespace
- SlapKit.Excel.Excel.Charts.ChartTypeFeatures
- Assembly
- SlapKit.Excel.dll
public interface IXLBaseAxisProperties
- Extension Methods
Properties
AxisPosition
XLAxisPosition AxisPosition { get; set; }
Property Value
CrossPosition
IXLAxisCrossPosition CrossPosition { get; set; }
Property Value
FillStyle
Gets or sets the axis fill style.
IXLDrawingFill FillStyle { get; set; }
Property Value
Hide
bool Hide { get; set; }
Property Value
LineStyle
IXLDrawingLineWithArrow LineStyle { get; set; }
Property Value
MajorGridlines
IXLAxisGridlines? MajorGridlines { get; set; }
Property Value
MajorTickMark
XLAxisTickMark MajorTickMark { get; set; }
Property Value
MinorGridlines
IXLAxisGridlines? MinorGridlines { get; set; }
Property Value
MinorTickMark
XLAxisTickMark MinorTickMark { get; set; }
Property Value
NumberingFormat
Gets the numbering format. This provides options to format numerical data in the chart axis.
IXLChartNumberingFormat NumberingFormat { get; set; }
Property Value
Scaling
Gets the axis scaling. This provides options for customizing the axis scale.
IXLAxisScaling Scaling { get; set; }
Property Value
TextProperties
IXLTextProperties? TextProperties { get; set; }
Property Value
TickLabelPosition
XLAxisTickLabelPosition TickLabelPosition { get; set; }