Table of Contents

Class XlsChartGridLine

Namespace
Spire.Xls.Core.Spreadsheet.Charts
Assembly
Spire.XLS.dll
public class XlsChartGridLine : XlsObject, IExcelApplication, IDisposable, IChartGridLine
Inheritance
XlsChartGridLine
Implements
Derived
Inherited Members

Properties

AxisLineType

Gets or sets axis line type.

public AxisLineIdentifierType AxisLineType { get; }

Property Value

AxisLineIdentifierType

Border

Gets line border.

public ChartBorder Border { get; }

Property Value

ChartBorder

Fill

Represents XlsFill options. Read-only.

public IShapeFill Fill { get; }

Property Value

IShapeFill

Format3D

public Format3D Format3D { get; }

Property Value

Format3D

HasFormat3D

public bool HasFormat3D { get; }

Property Value

bool

HasInterior

public virtual bool HasInterior { get; }

Property Value

bool

HasLineProperties

Indicates whether line formatting object was created.

public bool HasLineProperties { get; }

Property Value

bool

HasShadow

public bool HasShadow { get; }

Property Value

bool

Interior

Returns object, that represents area properties. Read-only.

public IChartInterior Interior { get; }

Property Value

IChartInterior

LineProperties

Gets line border.

public ChartBorder LineProperties { get; }

Property Value

ChartBorder

Shadow

public ChartShadow Shadow { get; }

Property Value

ChartShadow

Methods

Clone(object)

public virtual object Clone(object parent)

Parameters

parent object

Returns

object

Delete()

public virtual void Delete()