API Reference
Class
LegacyXlsChartLineFormat
Decoded metadata from a legacy XLS chart LineFormat record.
Inheritance
- Object
- LegacyXlsChartLineFormat
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.LineFormat
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Constructors
public LegacyXlsChartLineFormat(String rgbHex, UInt16 style, String styleName, Int16 weight, String weightName, Boolean automatic, Boolean axisVisible, Boolean automaticColor, UInt16 colorIndex) #Creates decoded chart line-format metadata.
Parameters
- rgbHex System.String
- style System.UInt16
- styleName System.String
- weight System.Int16
- weightName System.String
- automatic System.Boolean
- axisVisible System.Boolean
- automaticColor System.Boolean
- colorIndex System.UInt16
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String RgbHex { get; } #Gets the decoded RGB color in hexadecimal form.
public UInt16 Style { get; } #Gets the raw line style code.
public String StyleName { get; } #Gets the decoded line style name.
public Int16 Weight { get; } #Gets the raw line weight code.
public String WeightName { get; } #Gets the decoded line weight name.
public Boolean Automatic { get; } #Gets whether the line uses automatic formatting.
public Boolean AxisVisible { get; } #Gets whether the axis line is displayed when the record applies to an axis line.
public Boolean AutomaticColor { get; } #Gets whether the color index uses the automatic chart color.
public UInt16 ColorIndex { get; } #Gets the chart color index.