ChartGridLineImpl Class
Represent grid lines of the chart.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.Base.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. |
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()