File Formats

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

    Show / Hide Table of Contents

    Class ChartDropBarImpl

    Represents up or down bars for the line chart.

    Inheritance
    System.Object
    CommonObject
    ChartDropBarImpl
    Implements
    IParentApplication
    System.IDisposable
    IChartDropBar
    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 ChartDropBarImpl : CommonObject, IParentApplication, IDisposable, IChartDropBar, IChartFillBorder, IFillColor

    Constructors

    ChartDropBarImpl(IApplication, Object)

    Initialize new instance.

    Declaration
    public ChartDropBarImpl(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Current application.

    System.Object parent

    Parent object.

    Properties

    BackGroundColorObject

    Represents background color.

    Declaration
    public ColorObject BackGroundColorObject { get; }
    Property Value
    Type Description
    ColorObject

    Fill

    Represents fill options. Read-only.

    Declaration
    public IFill Fill { get; }
    Property Value
    Type Description
    IFill

    ForeGroundColorObject

    Represents foreground color.

    Declaration
    public ColorObject ForeGroundColorObject { get; }
    Property Value
    Type Description
    ColorObject

    Gap

    Gets or sets the gap width of the drop bar in percent (0 to 500%).

    Declaration
    public int Gap { get; set; }
    Property Value
    Type Description
    System.Int32

    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 border formatting object was created. Read-only.

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

    HasShadowProperties

    Gets a value indicating whether this instance has shadow properties.

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

    true if this instance has shadow properties; otherwise, false.

    Interior

    Returns interior object. Read-only.

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

    IsAutomaticFormat

    Represents if use automatic format.

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

    LineProperties

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

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

    Pattern

    Represents pattern.

    Declaration
    public ExcelPattern Pattern { get; set; }
    Property Value
    Type Description
    ExcelPattern

    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.

    Visible

    Represents visibility.

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

    Methods

    Clone(Object)

    Clones current object.

    Declaration
    public ChartDropBarImpl Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Parent object.

    Returns
    Type Description
    ChartDropBarImpl

    Returns cloned object.

    Implements

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