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
Border
Gets line border.
public ChartBorder Border { get; }
Property Value
Fill
Represents XlsFill options. Read-only.
public IShapeFill Fill { get; }
Property Value
Format3D
public Format3D Format3D { get; }
Property Value
HasFormat3D
public bool HasFormat3D { get; }
Property Value
HasInterior
public virtual bool HasInterior { get; }
Property Value
HasLineProperties
Indicates whether line formatting object was created.
public bool HasLineProperties { get; }
Property Value
HasShadow
public bool HasShadow { get; }
Property Value
Interior
Returns object, that represents area properties. Read-only.
public IChartInterior Interior { get; }
Property Value
LineProperties
Gets line border.
public ChartBorder LineProperties { get; }
Property Value
Shadow
public ChartShadow Shadow { get; }
Property Value
Methods
Clone(object)
public virtual object Clone(object parent)
Parameters
parent
object
Returns
Delete()
public virtual void Delete()