Defines a Chart.
Declaration Syntax
public class Chart : DataModelObject, IFolderDataModelObject
Table 168: Members
|
Property | Caption |
Gets or sets the Caption. |
|
Property | Children |
Gets the list of children. |
|
Property | Comments |
Gets the list of associated comments. |
|
Property | Content |
Gets or sets the Content. |
|
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
|
Property | Gridlines |
Gets or sets the Gridlines. |
|
Property | Images |
Gets the list of associated images. |
|
Property | InternalObject |
Gets the internal object. For advanced usage only. |
|
Property | ModalDisplayType |
Gets or sets the ModalDisplayType. |
|
Property | OutlineSelection |
Gets or sets the OutlineSelection. |
|
Property | PlotStyle |
Gets or sets the PlotStyle. |
|
Property | Scale |
Gets or sets the Scale. |
|
Property | XAxis |
Use to control the X Axis property of the chart. |
|
Property | XAxisLabel |
Gets or sets the XAxisLabel. |
|
Property | YAxisLabel |
Gets or sets the YAxisLabel. |
|
Method | AddComment() |
Creates a new child Comment. |
|
Method | AddImage(string) |
Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window. |
|
Method | Delete() |
Run the Delete action. |
|
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
|
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |