Class EmptyValue
Empty value
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class EmptyValue : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
EmptyValue()
Create new instance of EmptyValue class.
Declaration
public EmptyValue()
Properties
FillStyle
Specifies an empty bar fill style
Declaration
[SkinnableProperty]
public FillStyle FillStyle { get; }
Property Value
FillStyle
|
Line
Gets and sets Empty line style
Declaration
[SkinnableProperty]
public StyleEmptyLineSeries Line { get; }
Property Value
StyleEmptyLineSeries
|
Mode
Gets and sets Empty values representation mode
Declaration
[SkinnableProperty]
public EmtyValuesMode Mode { get; set; }
Property Value
EmtyValuesMode
|
PointMark
Gets and sets Empty value point mark
Declaration
[SkinnableProperty]
public StyleMarkerEmptyValue PointMark { get; }
Property Value
StyleMarkerEmptyValue
|
Methods
Clone()
Clone this object.
Declaration
public object Clone()
Returns
System.Object
New instance of the object EmptyValue with the same fields as this object has. |
Implements
LoadViewState(Object)
Load data from ViewState.
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
ViewState with data |
Overrides
SaveViewState()
Save data to ViewState.
Declaration
protected override object SaveViewState()
Returns
System.Object
Saved data. |
Overrides
TrackViewState()
Track ViewState.
Declaration
protected override void TrackViewState()