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