Click or drag to resize
CustomFigure Class
Figure can be specified
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelCustomFigure

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: 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

The CustomFigure type exposes the following members.

Constructors
  NameDescription
Public methodCustomFigure
Creates new instance of CustomFigure class.
Public methodCustomFigure(String, String)
Creates new instance of CustomFigure class.
Top
Methods
  NameDescription
Public methodToString
Gets String representation
(Overrides StateManagerBase.ToString.)
Top
Properties
  NameDescription
Public propertyDescription
Gets and sets Figure's source
Public propertyName
Gets and sets Figure's name
Top
See Also