API Reference
LegacyXlsChartTick
Describes shallow metadata decoded from a chart Tick record.
Inheritance
- Object
- LegacyXlsChartTick
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.Tick
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Byte MajorTickLocation { get; } #Gets the raw major tick location identifier.
public String MajorTickLocationName { get; } #Gets the decoded major tick location name.
public Byte MinorTickLocation { get; } #Gets the raw minor tick location identifier.
public String MinorTickLocationName { get; } #Gets the decoded minor tick location name.
public Byte LabelLocation { get; } #Gets the raw axis-label location identifier.
public String LabelLocationName { get; } #Gets the decoded axis-label location name.
public Byte BackgroundMode { get; } #Gets the raw axis-label background mode.
public String BackgroundModeName { get; } #Gets the decoded axis-label background mode name.
public String RgbHex { get; } #Gets the axis-label foreground color as RGB hex.
public UInt16 Flags { get; } #Gets the raw Tick record flag bitfield.
public Byte RotationMode { get; } #Gets the raw axis-label rotation mode.
public String RotationModeName { get; } #Gets the decoded axis-label rotation mode name.
public Boolean AutoColor { get; } #Gets whether the axis-label foreground color is automatic.
public Boolean AutoBackground { get; } #Gets whether the axis-label background is automatic.
public Boolean AutoRotation { get; } #Gets whether axis-label rotation is automatic.
public Byte ReadingOrder { get; } #Gets the raw reading-order identifier.
public String ReadingOrderName { get; } #Gets the decoded reading-order name.
public UInt16 ColorIndex { get; } #Gets the indexed text color.
public UInt16 Rotation { get; } #Gets the axis-label text rotation value.