API Reference
LegacyXlsChartScatterOptions
Describes decoded Scatter chart group options preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChartScatterOptions
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.ScatterOptions
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public UInt16 BubbleSizeRatio { get; } #Gets the bubble-size scale ratio as a percentage of the default bubble size.
public UInt16 BubbleSizeRepresentation { get; } #Gets whether bubble size is interpreted as area or width.
public String BubbleSizeRepresentationName { get; } #Gets the decoded bubble-size representation name.
public Boolean HasKnownBubbleSizeRepresentation { get; } #Gets whether the bubble-size representation is one of the BIFF-defined values.
public Boolean HasValidBubbleSizeRatio { get; } #Gets whether the bubble-size scale ratio is in the BIFF-defined zero-to-300 percent range.
public UInt16 Flags { get; } #Gets the raw Scatter option flags.
public Boolean IsBubbleChart { get; } #Gets whether the scatter chart group is displayed as bubbles.
public Boolean ShowNegativeBubbles { get; } #Gets whether negative bubble-size values are displayed.
public Boolean HasShadow { get; } #Gets whether data points in the chart group have shadows.