Class ChartGridLineImpl
Represent grid lines of the chart.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ChartGridLineImpl : CommonObject, IParentApplication, IDisposable, IChartGridLine, IChartFillBorder
  Constructors
ChartGridLineImpl(IApplication, Object, ExcelAxisLineIdentifier)
Creates ChartGridLine object.
Declaration
public ChartGridLineImpl(IApplication application, object parent, ExcelAxisLineIdentifier axisType)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | Application object.  | 
      
| System.Object | parent | Parent object.  | 
      
| ExcelAxisLineIdentifier | axisType | Represents type of axisline record.  | 
      
ChartGridLineImpl(IApplication, Object, IList<BiffRecordRaw>, ref Int32)
Creates ChartGridLine object. Only for parsing.
Declaration
public ChartGridLineImpl(IApplication application, object parent, IList<BiffRecordRaw> data, ref int iPos)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApplication | application | Application object.  | 
      
| System.Object | parent | Parent object.  | 
      
| System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> | data | Represents records storage.  | 
      
| System.Int32 | iPos | Represents position in storage.  | 
      
Fields
m_parentBook
Represents parent book.
Declaration
protected WorkbookImpl m_parentBook
  Field Value
| Type | 
|---|
| WorkbookImpl | 
Properties
AxisLineType
Gets or sets axis line type.
Declaration
public ExcelAxisLineIdentifier AxisLineType { get; set; }
  Property Value
| Type | 
|---|
| ExcelAxisLineIdentifier | 
Border
Gets line border. Read-only.
Declaration
public IChartBorder Border { get; }
  Property Value
| Type | 
|---|
| IChartBorder | 
Fill
Represents fill options. Read-only.
Declaration
public IFill Fill { get; }
  Property Value
| Type | 
|---|
| IFill | 
Has3dProperties
This property Indicates whether the Shadow object has been created(which includes the 3D properties)
Declaration
public bool Has3dProperties { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
HasInterior
This property indicates whether interior object was created. Read-only.
Declaration
public bool HasInterior { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
HasLineProperties
This property indicates whether line formatting object was created. Read-only.
Declaration
public bool HasLineProperties { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
HasShadowProperties
This property indicates whether the shadow object has been created
Declaration
public bool HasShadowProperties { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Interior
Returns object, that represents area properties. Read-only.
Declaration
public IChartInterior Interior { get; }
  Property Value
| Type | 
|---|
| IChartInterior | 
LineProperties
Gets line border. Read-only.
Declaration
public IChartBorder LineProperties { get; }
  Property Value
| Type | 
|---|
| IChartBorder | 
ParentAxis
Returns parent axis. Read-only.
Declaration
protected ChartAxisImpl ParentAxis { get; }
  Property Value
| Type | 
|---|
| ChartAxisImpl | 
Shadow
Represents the Shadow.Read-only
Declaration
public IShadow Shadow { get; }
  Property Value
| Type | 
|---|
| IShadow | 
ThreeD
Gets the chart3 D options.
Declaration
public IThreeDFormat ThreeD { get; }
  Property Value
| Type | Description | 
|---|---|
| IThreeDFormat | The chart3 D options.  | 
      
Methods
Clone(Object)
Clones current object.
Declaration
public virtual object Clone(object parent)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | parent | Parent object.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Object | Returns cloned object.  | 
      
Delete()
Clears the chart grid lines.
Declaration
public virtual void Delete()
  Parse(IList<BiffRecordRaw>, ref Int32)
Parses GridLine records.
Declaration
public virtual void Parse(IList<BiffRecordRaw> data, ref int iPos)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> | data | Offset array list.  | 
      
| System.Int32 | iPos | Current position in offset array list.  | 
      
Serialize(OffsetArrayList)
Serializes Grid lines.
Declaration
public virtual void Serialize(OffsetArrayList records)
  Parameters
| Type | Name | Description | 
|---|---|---|
| OffsetArrayList | records | OffsetArrayList that will receive all records.  |