Class
EmptyValue

Empty value

Definition

Namespace:Telerik.Reporting.Charting.Styles

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class EmptyValue : StateManagedObject, IChartingStateManagedItem, IChartingStateManager

Inheritance: objectStateManagedObjectEmptyValue

Implements: IChartingStateManagedItemIChartingStateManager

Inherited Members StateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.Dispose()StateManagedObject.ViewStateIgnoresCase

Constructors

EmptyValue()

Create new instance of EmptyValue class.

Declaration

cs-api-definition
public EmptyValue()

Properties

FillStyle

Specifies an empty bar fill style

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStyle FillStyle { get; }

Property Value

FillStyle

Line

Gets and sets Empty line style

Declaration

cs-api-definition
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleEmptyLineSeries Line { get; }

Property Value

StyleEmptyLineSeries

Mode

Gets and sets Empty values representation mode

Declaration

cs-api-definition
[PersistenceMode(PersistenceMode.Attribute)]
[SkinnableProperty]
public EmtyValuesMode Mode { get; set; }

Property Value

EmtyValuesMode

PointMark

Gets and sets Empty value point mark

Declaration

cs-api-definition
[PersistenceMode(PersistenceMode.InnerProperty)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleMarkerEmptyValue PointMark { get; }

Property Value

StyleMarkerEmptyValue

Methods

Clone()

Clone this object.

Declaration

cs-api-definition
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

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

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

Overrides StateManagedObject.Dispose(bool)

LoadViewState(object)

Load data from ViewState.

Declaration

cs-api-definition
protected override void LoadViewState(object savedState)

Parameters

savedState

object

ViewState with data

Overrides StateManagedObject.LoadViewState(object)

SaveViewState()

Save data to ViewState.

Declaration

cs-api-definition
protected override object SaveViewState()

Returns

object

Saved data.

Overrides StateManagedObject.SaveViewState()

TrackViewState()

Track ViewState.

Declaration

cs-api-definition
protected override void TrackViewState()

Overrides StateManagedObject.TrackViewState()