File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartGridLineImpl

    Show / Hide Table of Contents

    Class ChartGridLineImpl

    Represent grid lines of the chart.

    Inheritance
    System.Object
    CommonObject
    ChartGridLineImpl
    ChartWallOrFloorImpl
    Implements
    IParentApplication
    System.IDisposable
    IChartGridLine
    IChartFillBorder
    Inherited Members
    CommonObject.m_bIsDisposed
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.OnDispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    WorkbookImpl

    Properties

    AxisLineType

    Gets or sets axis line type.

    Declaration
    public ExcelAxisLineIdentifier AxisLineType { get; set; }
    Property Value
    Type Description
    ExcelAxisLineIdentifier

    Border

    Gets line border. Read-only.

    Declaration
    public IChartBorder Border { get; }
    Property Value
    Type Description
    IChartBorder

    Fill

    Represents fill options. Read-only.

    Declaration
    public IFill Fill { get; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    HasInterior

    This property indicates whether interior object was created. Read-only.

    Declaration
    public bool HasInterior { get; }
    Property Value
    Type Description
    System.Boolean

    HasLineProperties

    This property indicates whether line formatting object was created. Read-only.

    Declaration
    public bool HasLineProperties { get; }
    Property Value
    Type Description
    System.Boolean

    HasShadowProperties

    This property indicates whether the shadow object has been created

    Declaration
    public bool HasShadowProperties { get; }
    Property Value
    Type Description
    System.Boolean

    Interior

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

    Declaration
    public IChartInterior Interior { get; }
    Property Value
    Type Description
    IChartInterior

    LineProperties

    Gets line border. Read-only.

    Declaration
    public IChartBorder LineProperties { get; }
    Property Value
    Type Description
    IChartBorder

    ParentAxis

    Returns parent axis. Read-only.

    Declaration
    protected ChartAxisImpl ParentAxis { get; }
    Property Value
    Type Description
    ChartAxisImpl

    Shadow

    Represents the Shadow.Read-only

    Declaration
    public IShadow Shadow { get; }
    Property Value
    Type Description
    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()

    Implements

    IParentApplication
    System.IDisposable
    IChartGridLine
    IChartFillBorder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved