API Reference
Class
LegacyXlsChartMarkerFormat
Decoded metadata from a legacy XLS chart MarkerFormat record.
Inheritance
- Object
- LegacyXlsChartMarkerFormat
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.MarkerFormat
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Constructors
public LegacyXlsChartMarkerFormat(String foregroundRgbHex, String backgroundRgbHex, UInt16 markerType, String markerTypeName, Boolean automatic, Boolean interiorHidden, Boolean borderHidden, UInt16 foregroundColorIndex, UInt16 backgroundColorIndex, UInt32 sizeTwips) #Creates decoded chart marker-format metadata.
Parameters
- foregroundRgbHex System.String
- backgroundRgbHex System.String
- markerType System.UInt16
- markerTypeName System.String
- automatic System.Boolean
- interiorHidden System.Boolean
- borderHidden System.Boolean
- foregroundColorIndex System.UInt16
- backgroundColorIndex System.UInt16
- sizeTwips System.UInt32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ForegroundRgbHex { get; } #Gets the decoded marker border RGB color in hexadecimal form.
public String BackgroundRgbHex { get; } #Gets the decoded marker interior RGB color in hexadecimal form.
public UInt16 MarkerType { get; } #Gets the raw marker type code.
public String MarkerTypeName { get; } #Gets the decoded marker type name.
public Boolean Automatic { get; } #Gets whether marker formatting is automatically selected.
public UInt16 ForegroundColorIndex { get; } #Gets the chart foreground color index.
public UInt16 BackgroundColorIndex { get; } #Gets the chart background color index.
public UInt32 SizeTwips { get; } #Gets the marker size in twips.