ChartFillImpl Class
Represents fill format in chart object.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation.Charts
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class ChartFillImpl : ShapeFillImpl, IParentApplication, IDisposable, IInternalFill, IFill, IGradient
Constructors
ChartFillImpl(IApplication, Object)
Initialize new instance of fill class.
Declaration
public ChartFillImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Represents current application. |
System.Object | parent | Represents parent object. |
Properties
BackColorObject
Represents background color.
Declaration
public override ColorObject BackColorObject { get; }
Property Value
Type |
---|
ColorObject |
Overrides
ForeColorObject
Represents foreground color.
Declaration
public override ColorObject ForeColorObject { get; }
Property Value
Type |
---|
ColorObject |
Overrides
InvertIfNegative
Represent the invert option's
Declaration
public bool InvertIfNegative { get; set; }
Property Value
Type |
---|
System.Boolean |
TransparencyFrom
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
Declaration
public override double TransparencyFrom { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
TransparencyTo
Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
Declaration
public override double TransparencyTo { get; set; }
Property Value
Type |
---|
System.Double |
Overrides
Visible
Represents if fill format is visible.
Declaration
public override bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Overrides
Methods
SetPictureToBse(Image, String)
Sets picture to bse collection.
Declaration
protected override int SetPictureToBse(Image im, string strName)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Image | im | Image to set. |
System.String | strName | Represent name of image. |
Returns
Type | Description |
---|---|
System.Int32 | Return index of image. |
Overrides
Remarks
This method is not supported in WinRT, Windows Phone and Silverlight platforms.
Implements
System.IDisposable