Class ChartDropBarImpl
Represents up or down bars for the line chart.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.UWP.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 |
---|
ColorObject |
Fill
Represents fill options. Read-only.
Declaration
public IFill Fill { get; }
Property Value
Type |
---|
IFill |
ForeGroundColorObject
Represents foreground color.
Declaration
public ColorObject ForeGroundColorObject { get; }
Property Value
Type |
---|
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 |
---|
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 |
---|
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 border formatting object was created. Read-only.
Declaration
public bool HasLineProperties { get; }
Property Value
Type |
---|
System.Boolean |
HasShadowProperties
Gets a value indicating whether this instance has shadow properties.
Declaration
public bool HasShadowProperties { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Interior
Returns interior object. Read-only.
Declaration
public IChartInterior Interior { get; }
Property Value
Type |
---|
IChartInterior |
IsAutomaticFormat
Represents if use automatic format.
Declaration
public bool IsAutomaticFormat { get; set; }
Property Value
Type |
---|
System.Boolean |
LineProperties
Returns object, that represents line properties. Read-only.
Declaration
public IChartBorder LineProperties { get; }
Property Value
Type |
---|
IChartBorder |
Pattern
Represents pattern.
Declaration
public ExcelPattern Pattern { get; set; }
Property Value
Type |
---|
ExcelPattern |
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. |
Visible
Represents visibility.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
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. |
Parse(IList<BiffRecordRaw>, ref Int32)
Parses current block of records.
Declaration
public void Parse(IList<BiffRecordRaw> data, ref int iPos)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw> | data | Offset array list. |
System.Int32 | iPos | Current position in offset array list. |
Serialize(OffsetArrayList)
Serializes DropBar.
Declaration
public void Serialize(OffsetArrayList records)
Parameters
Type | Name | Description |
---|---|---|
OffsetArrayList | records | OffsetArrayList that will receive all records. |