Figure can be specified
Inheritance Hierarchy
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class CustomFigure : StateManagerBase
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class CustomFigure
Inherits StateManagerBase
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class CustomFigure : public StateManagerBase
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type CustomFigure =
class
inherit StateManagerBase
end
The CustomFigure type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | ToString |
Gets String representation
(Overrides StateManagerBase.ToString.) |
Top
Properties
| Name | Description |
---|
 | Description |
Gets and sets Figure's source
|
 | Name |
Gets and sets Figure's name
|
Top
See Also