ClassEmptyValue
Empty value
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class EmptyValue : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectEmptyValue
Implements:
Inherited Members
Constructors
EmptyValue()
Create new instance of EmptyValue class.
Declaration
public EmptyValue()
Properties
FillStyle
Specifies an empty bar fill style
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStyle FillStyle { get; }
Property Value
Line
Gets and sets Empty line style
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleEmptyLineSeries Line { get; }
Property Value
Mode
Gets and sets Empty values representation mode
Declaration
[PersistenceMode(PersistenceMode.Attribute)]
[SkinnableProperty]
public EmtyValuesMode Mode { get; set; }
Property Value
PointMark
Gets and sets Empty value point mark
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleMarkerEmptyValue PointMark { get; }
Property Value
Methods
Clone()
Clone this object.
Declaration
public object Clone()
Returns
object
New instance of the object EmptyValue with the same fields as this object has.
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 with 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