API Reference
Class
LegacyXlsChartCategorySeriesRange
Describes category, date, or series axis interval metadata decoded from a legacy XLS CatSerRange record.
Inheritance
- Object
- LegacyXlsChartCategorySeriesRange
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
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int16 CrossingCategory { get; } #Gets the raw crossing category, series, or date-derived crossing value.
public Int16 LabelInterval { get; } #Gets the interval between axis labels.
public Int16 TickInterval { get; } #Gets the interval between visible major or minor tick marks.
public UInt16 Flags { get; } #Gets the raw CatSerRange flags.
public Boolean CrossesBetweenTickMarks { get; } #Gets whether the value axis crosses this axis between major tick marks.
public Boolean CrossesAtMaximum { get; } #Gets whether the value axis crosses this axis at the last category, series, or maximum date.
public Boolean Reversed { get; } #Gets whether this axis is displayed in reverse order.