API Reference
LegacyXlsChartValueRange
Describes decoded ValueRange chart-axis scaling metadata.
Inheritance
- Object
- LegacyXlsChartValueRange
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsChartRecord.ValueRange
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Double Minimum { get; } #Gets the raw minimum axis value.
public Double Maximum { get; } #Gets the raw maximum axis value.
public Double MajorUnit { get; } #Gets the raw major tick interval.
public Double MinorUnit { get; } #Gets the raw minor tick interval.
public Double CrossingValue { get; } #Gets the raw axis crossing value.
public UInt16 Flags { get; } #Gets the raw ValueRange flags bitfield.
public Boolean AutoMinimum { get; } #Gets whether the minimum value is calculated automatically.
public Boolean AutoMaximum { get; } #Gets whether the maximum value is calculated automatically.
public Boolean AutoMajorUnit { get; } #Gets whether the major interval is calculated automatically.
public Boolean AutoMinorUnit { get; } #Gets whether the minor interval is calculated automatically.
public Boolean AutoCrossingValue { get; } #Gets whether the crossing value is calculated automatically.
public Boolean LogarithmicScale { get; } #Gets whether the value axis uses a logarithmic scale.
public Boolean Reversed { get; } #Gets whether axis values are displayed in reverse order.
public Boolean MaximumCrossing { get; } #Gets whether the other axes cross this value axis at its maximum value.