API Reference
Class
LegacyXlsChartSeriesFormat
Describes properties decoded from a legacy XLS chart SerFmt record.
Inheritance
- Object
- LegacyXlsChartSeriesFormat
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.SeriesFormat
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 Flags { get; } #Gets the raw SerFmt flag field.
public Boolean SmoothLine { get; } #Gets whether series lines use a smooth-line effect.
public Boolean ThreeDimensionalBubbles { get; } #Gets whether bubble chart data points use a 3-D effect.
public Boolean Shadow { get; } #Gets whether data markers use a shadow.
public UInt16 Reserved { get; } #Gets the reserved SerFmt bits.
public Boolean HasZeroReservedBits { get; } #Gets whether all reserved bits are zero.
public IReadOnlyList<String> FlagNames { get; } #Gets decoded flag names for report grouping.