Telerik.Charting.Styles.ShadowStyleChart
Common shadow settings
Inheritance Hierarchy
- System.Object
- Telerik.Charting.StateManagedObject : IChartingStateManagedItem, IChartingStateManager, IDisposable
- Telerik.Charting.Styles.ShadowStyle : ICloneable
- Telerik.Charting.Styles.ShadowStyleChart
Properties
Blur Single
Specifies the shadow blur property
Blur Single
Specifies the shadow blur property
Color Color
Specifies the shadow color property
Color Color
Specifies the shadow color property
ColorOpacity Color
The main color opacity coefficient
Distance Single
Specifies the shadow distance property
Distance Single
Specifies the shadow distance property
Position ShadowPosition
Specifies the shadow position property
Position ShadowPosition
Specifies the shadow position property
ViewState StateBag
Sate bag to store view state content
ViewStateIgnoresCase Boolean
Gets if view sate should ignore case
Methods
Clone
Clone this object
Returns
System.Object
New instance with the same fields as this one
CloneState
Makes a view state clone
Returns
System.Web.UI.StateBag
StateBag
Equals
Comparing of two objects
Parameters
obj System.Object
Object to compare
Returns
System.Boolean
Result of comparing
GetHashCode
Gets hash code
Returns
System.Int32
Hash code
LoadViewState
Loads data from a view state
Parameters
state System.Object
View state to load data from
Returns
System.Void
Reset
Reset to default settings
Returns
System.Void
SaveViewState
Saves object data to a view state
Returns
System.Object
Saved view state object
SetDirty
Sets the item dirty state
Returns
System.Void
SetShadowBlur
Sets blur for all chart elements
Parameters
blur System.Single
Blur to set
Returns
System.Void
SetShadowColor
Sets color for all chart elements
Parameters
color System.Drawing.Color
Color to set
Returns
System.Void
SetShadowDistance
Sets distance for all chart elements
Parameters
distance System.Single
Distance to set
Returns
System.Void
SetShadowPosition
Sets position for all chart elements
Parameters
position Telerik.Charting.Styles.ShadowPosition
Position to set
Returns
System.Void
Telerik.Charting.IChartingStateManager.LoadViewState
Loads data from a view state
Parameters
state System.Object
View state to load data from
Returns
System.Void
Telerik.Charting.IChartingStateManager.SaveViewState
Saves object data to a view state
Returns
System.Object
Saved view state object
Telerik.Charting.IChartingStateManager.TrackViewState
Tracks view state changes
Returns
System.Void
TrackViewState
Tracks view state changes
Returns
System.Void