ClassStyle
Base style class
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
public abstract class Style : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
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
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
Visibility
shadowStyle
Shadow style
Style(object)
Creates new instance of Style class.
Declaration
public Style(object containerObject)
Parameters
containerObject
Container object element
Properties
Border
Specifies the border style
Declaration
[Browsable(true)]
[SkinnableProperty]
public virtual StyleBorder Border { get; }
Property Value
Shadow
Specifies the shadow settings
Declaration
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual ShadowStyle Shadow { get; }
Property Value
Methods
Clone()
Clone this object
LoadViewState(object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
ViewState to load data
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
Saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides