Show / Hide Table of Contents

Class Axis

Inheritance
System.Object
Axis
CategoryAxis
SeriesAxis
ValueAxis
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class Axis : object

Constructors

Axis()

Declaration
protected Axis()

Properties

Deleted

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

Fill

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

FormattedText

Declaration
public FormattedText FormattedText { get; }
Property Value
Type Description
FormattedText

LabelPosition

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

Line

Declaration
public ChartLine Line { get; }
Property Value
Type Description
ChartLine

MajorGridLines

Declaration
public Gridlines MajorGridLines { get; set; }
Property Value
Type Description
Gridlines

MinorGridLines

Declaration
public Gridlines MinorGridLines { get; set; }
Property Value
Type Description
Gridlines

NumberFormat

Declaration
public Format NumberFormat { get; set; }
Property Value
Type Description
Format

NumberFormatSourceLinked

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

ReverseOrder

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

TickMarks

Declaration
public TickMarks TickMarks { get; }
Property Value
Type Description
TickMarks

Title

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