API Reference

Class

LegacyXlsChartCategorySeriesRange

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

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.