Class Axis
Inheritance
System.Object
Axis
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class Axis : object
Constructors
Axis()
Declaration
Properties
Deleted
Declaration
public bool Deleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Fill
Declaration
public Fill Fill { get; }
Property Value
FormattedText
Declaration
public FormattedText FormattedText { get; }
Property Value
LabelPosition
Declaration
public AxisLabelPosition LabelPosition { get; set; }
Property Value
Line
Declaration
public ChartLine Line { get; }
Property Value
MajorGridLines
Declaration
public Gridlines MajorGridLines { get; set; }
Property Value
MinorGridLines
Declaration
public Gridlines MinorGridLines { get; set; }
Property Value
Declaration
public Format NumberFormat { get; set; }
Property Value
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
Title
Declaration
public Title Title { get; set; }
Property Value