ClassStyle
Base style class
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
public abstract class Style : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyle
Derived Classes:
Implements:
Inherited Members
Constructors
Style(StyleBorder)
Creates new instance of Style class.
Declaration
public Style(StyleBorder border)
Parameters
border
Style border
Style(StyleBorder, bool)
Creates new instance of Style class.
Declaration
public Style(StyleBorder border, bool visible)
Parameters
border
Style border
visible
bool
Visibility
Style(StyleBorder, bool, ShadowStyle)
Creates new instance of Style class.
Declaration
public Style(StyleBorder border, bool visible, ShadowStyle shadowStyle)
Parameters
border
Style border
visible
bool
Visibility
shadowStyle
Shadow style
Style(object)
Creates new instance of Style class.
Declaration
public Style(object containerObject)
Parameters
containerObject
object
Container object element
Properties
Border
Specifies the border style
Declaration
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleBorder Border { get; }
Property Value
Shadow
Specifies the shadow settings
Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual ShadowStyle Shadow { get; }
Property Value
Visible
Specifies visibility
Declaration
[Browsable(true)]
public virtual bool Visible { get; set; }
Property Value
bool
Methods
Clone()
Clone this object
Declaration
public virtual object Clone()
Returns
object
Cloned object
Dispose(bool)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides
LoadViewState(object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
object
ViewState to load data
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
object
Saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides