Click or drag to resize
EmptyValue Class
Empty value
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesEmptyValue

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class EmptyValue : StateManagerBase, ICloneable

The EmptyValue type exposes the following members.

Constructors
  NameDescription
Public methodEmptyValue
Create new instance of EmptyValue class.
Top
Methods
  NameDescription
Public methodClone
Clone this object.
Top
Properties
  NameDescription
Public propertyFill
Specifies an empty bar fill style
Public propertyLine
Gets and sets Empty line style
Public propertyMode
Gets and sets Empty values representation mode
Public propertyPointMark
Gets and sets Empty value point mark
Top
See Also