Class DataBar
Data bar.
Inheritance
System.Object
DataBar
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class DataBar : Object
Constructors
DataBar()
Default constructor.
Declaration
public DataBar()
Properties
ColorType
Type of color.
Declaration
public ColorType ColorType { get; set; }
Property Value
Type |
---|
ColorType |
ColorValue
Color value.
Declaration
public uint ColorValue { get; set; }
Property Value
Type |
---|
System.UInt32 |
DataBarImpl
Data bar implementation class.
Declaration
public IDataBar DataBarImpl { get; }
Property Value
Type |
---|
IDataBar |
MaxCFVO
Max CFVO.
Declaration
public CFVO MaxCFVO { get; set; }
Property Value
Type |
---|
CFVO |
MinCFVO
Min CFVO.
Declaration
public CFVO MinCFVO { get; set; }
Property Value
Type |
---|
CFVO |
TintShade
Tint and shade.
Declaration
public long TintShade { get; set; }
Property Value
Type |
---|
System.Int64 |
Methods
GetStoreSize(ExcelVersion)
Size of the required storage space. Read-only.
Declaration
public int GetStoreSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
ParseDataBar(DataProvider, Int32, ExcelVersion)
Parse structure of template parameter. Converts data buffer to special values according to record specification.
Declaration
public int ParseDataBar(DataProvider provider, int iOffset, ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the record's data. |
ExcelVersion | version | Excel version used for infill. |
Returns
Type |
---|
System.Int32 |
SerializeDataBar(DataProvider, Int32, ExcelVersion, IDataBar)
In this method, class must pack all of its properties into an internal data array, m_data. This method is called by FillStream, when the record must be serialized into a stream.
Declaration
public int SerializeDataBar(DataProvider provider, int iOffset, ExcelVersion version, IDataBar m_iDatabar)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset in the buffer. |
ExcelVersion | version | Excel version used for infill. |
IDataBar | m_iDatabar |
Returns
Type |
---|
System.Int32 |