Empty value
Inheritance Hierarchy
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: 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
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class EmptyValue
Inherits StateManagerBase
Implements ICloneable
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class EmptyValue : public StateManagerBase,
ICloneable
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type EmptyValue =
class
inherit StateManagerBase
interface ICloneable
end
The EmptyValue type exposes the following members.
Constructors
| Name | Description |
---|
 | EmptyValue |
Create new instance of EmptyValue class.
|
Top
Methods
| Name | Description |
---|
 | Clone |
Clone this object.
|
Top
Properties
| Name | Description |
---|
 | Fill |
Specifies an empty bar fill style
|
 | Line |
Gets and sets Empty line style
|
 | Mode |
Gets and sets Empty values representation mode
|
 | PointMark |
Gets and sets Empty value point mark
|
Top
See Also