Show / Hide Table of Contents

Class ValueAxis

Inheritance
System.Object
Axis
ValueAxis
Inherited Members
Axis.Deleted
Axis.Fill
Axis.Line
Axis.FormattedText
Axis.MajorGridLines
Axis.MinorGridLines
Axis.TickMarks
Axis.LabelPosition
Axis.Title
Axis.NumberFormat
Axis.NumberFormatSourceLinked
Axis.ReverseOrder
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ValueAxis : Axis

Constructors

ValueAxis()

Declaration
public ValueAxis()

Properties

AutomaticCrossing

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

AutomaticMajorUnits

Gets or sets whether MajorUnits is calculated automatically.

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

AutomaticMaximum

Gets or sets whether Maximum is calculated automatically.

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

AutomaticMinimum

Gets or sets whether Minimum is calculated automatically.

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

AutomaticMinorUnits

Gets or sets whether MinorUnits is calculated automatically.

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

AxisPosition

Declaration
public AxisPosition AxisPosition { get; set; }
Property Value
Type Description
AxisPosition

DisplayUnitMultiplier

Declaration
public double DisplayUnitMultiplier { get; set; }
Property Value
Type Description
System.Double

DisplayUnitsLabel

Declaration
public DisplayUnitsLabel DisplayUnitsLabel { get; set; }
Property Value
Type Description
DisplayUnitsLabel

LogarithmicScale

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

LogarithmicScaleBase

Declaration
public int? LogarithmicScaleBase { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MajorUnits

Declaration
public double MajorUnits { get; set; }
Property Value
Type Description
System.Double

Maximum

Declaration
public double Maximum { get; set; }
Property Value
Type Description
System.Double

MaximumCrossing

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

Minimum

Declaration
public double Minimum { get; set; }
Property Value
Type Description
System.Double

MinorUnits

Declaration
public double MinorUnits { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX