Class FillSettings
Fill settings
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class FillSettings : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable
Constructors
FillSettings()
Create new instance of FillSettings class.
Declaration
public FillSettings()
FillSettings(HatchStyle)
Constructor for FillSettings for the Hatch fill mode
Declaration
public FillSettings(HatchStyle style)
Parameters
System. Hatch style |
FillSettings(Object)
Create new instance of FillSettings class.
Declaration
public FillSettings(object containerObject)
Parameters
System. Container object |
FillSettings(GradientFillStyle, Single, ColorBlend)
Constructor for FillSettings for the Linear gradient fill mode
Declaration
public FillSettings(GradientFillStyle lgMode, float lgAngle, ColorBlend blend)
Parameters
Gradient Linear gradient fill mode |
System. Linear gradient fill angle |
Color Specifies the blend colors for Gradient fill |
FillSettings(ImageDrawMode, String, ImageAlignModes, ImageTileModes)
Constructor for FillSettings for the Image fill mode
Declaration
public FillSettings(ImageDrawMode idMode, string imageURL, ImageAlignModes aligneMode, ImageTileModes flip)
Parameters
Image Image mode |
System. Image path |
Image Alignment of image |
Image Flip mode |
Fields
fillSettingsComplexGradient
Specifies the blend colors for Gradient fill
Declaration
protected ColorBlend fillSettingsComplexGradient
Field Value
Properties
BackgroundImage
Specifies the URL of Image file
Declaration
[SkinnableProperty]
public string BackgroundImage { get; set; }
Property Value
System.
|
ComplexGradient
Specifies the blend colors for Gradient fill
Declaration
[SkinnableProperty]
public ColorBlend ComplexGradient { get; }
Property Value
GradientAngle
Specifies the Linear gradient fill angle
Declaration
[SkinnableProperty]
public float GradientAngle { get; set; }
Property Value
System.
|
GradientMode
Specifies the Linear gradient fill mode
Declaration
[SkinnableProperty]
public virtual GradientFillStyle GradientMode { get; set; }
Property Value
HatchStyle
Specifies the style of hatch fill type
Declaration
[SkinnableProperty]
public HatchStyle HatchStyle { get; set; }
Property Value
System.
|
ImageAlign
Specifies the Image align mode
Declaration
[SkinnableProperty]
public ImageAlignModes ImageAlign { get; set; }
Property Value
ImageDrawMode
Specifies how image should be drawing
Declaration
[SkinnableProperty]
public ImageDrawMode ImageDrawMode { get; set; }
Property Value
ImageFlip
Specifies the image flip settings
Declaration
[SkinnableProperty]
public ImageTileModes ImageFlip { get; set; }
Property Value
Methods
Clone()
Clone this object
Declaration
public object Clone()
Returns
System. New instance of FillSettings class with the same fields as this object. |
Equals(Object)
Comparing two objects.
Declaration
public override bool Equals(object obj)
Parameters
System. Object for comparing |
Returns
System. Whether objects are equal or not |
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
System. Hash code |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System. ViewState with data |
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
System. Saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()