Class ValueAxis
Inheritance
System.Object
ValueAxis
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ValueAxis : Axis
Constructors
ValueAxis()
Declaration
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
DisplayUnitMultiplier
Declaration
public double DisplayUnitMultiplier { get; set; }
Property Value
Type |
Description |
System.Double |
|
DisplayUnitsLabel
Declaration
public DisplayUnitsLabel DisplayUnitsLabel { get; set; }
Property Value
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 |
|