Class
EmptyValue

Empty value

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

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

Inheritance: objectStateManagedObjectEmptyValue

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members StateManagedObject.CloneState()StateManagedObject.SetDirty()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)]
[SkinnableProperty]
public FillStyle FillStyle { get; }

Property Value

FillStyle

Line

Gets and sets Empty line style

Declaration

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

Property Value

StyleEmptyLineSeries

Mode

Gets and sets Empty values representation mode

Declaration

cs-api-definition
[SkinnableProperty]
public EmtyValuesMode Mode { get; set; }

Property Value

EmtyValuesMode

PointMark

Gets and sets Empty value point mark

Declaration

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

Implements ICloneable.Clone()

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()