New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Charting.Styles.EmptyValue

Empty value

Inheritance Hierarchy

  • System.Object
  • Telerik.Charting.StateManagedObject : IChartingStateManagedItem, IChartingStateManager, IDisposable
  • Telerik.Charting.Styles.EmptyValue : ICloneable

Properties

FillStyle FillStyle

Specifies an empty bar fill style

Line StyleEmptyLineSeries

Gets and sets Empty line style

Mode EmtyValuesMode

Gets and sets Empty values representation mode

PointMark StyleMarkerEmptyValue

Gets and sets Empty value point mark

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 of the object EmptyValue with the same fields as this object has.

CloneState

Makes a view state clone

Returns

System.Web.UI.StateBag StateBag

Dispose

Releases unmanaged and - optionally - managed resources

Parameters

disposing System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Returns

System.Void

LoadViewState

Load data from ViewState.

Parameters

savedState System.Object

ViewState with data

Returns

System.Void

LoadViewState

Loads data from a view state

Parameters

state System.Object

View state to load data from

Returns

System.Void

Reset

Reset all settings to default.

Returns

System.Void

SaveViewState

Save data to ViewState.

Returns

System.Object Saved data.

SaveViewState

Saves object data to a view state

Returns

System.Object Saved view state object

SetDirty

Sets the item dirty state

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

Track ViewState.

Returns

System.Void

TrackViewState

Tracks view state changes

Returns

System.Void

In this article