SwiftPlotDiagramModel Properties
The SwiftPlotDiagram model.Name | Description |
---|---|
AllowAddChild | Gets or sets the value indicating whether a child model item can be added. Inherited from ChartElementModel. |
AllowChangeVisibility | Gets or sets the value indicating whether changing the element visibility is allowed. Inherited from ChartElementModel. |
AllowRemove | Gets or sets the value indicating whether removing an element is allowed. Inherited from ChartElementModel. |
AxisX | Returns the model of the primary X-axis of the modeled Swift Plot diagram. |
AxisY | Returns the model of the primary Y-axis of the modeled Swift Plot diagram. |
ChartElement | Returns the modeled chart element. Inherited from ChartElementModel. |
Children | Returns the list of child chart elements. Inherited from ChartElementModel. |
DefaultPane | Returns the model of the default pane of the modeled Cartesian diagram. Inherited from XYDiagram2DModel. |
DependentAxesYRange | Gets or sets the value of the XYDiagram2D.DependentAxesYRange property in the chart model. Inherited from XYDiagram2DModel. |
Element | Returns the chart element whose model is the current model object. Inherited from ChartElementModel. |
EnableAxisXScrolling | Gets or sets the value of the XYDiagram2D.EnableAxisXScrolling within the model. Inherited from XYDiagram2DModel. |
EnableAxisXZooming | Gets or sets the value of the XYDiagram2D.EnableAxisXZooming within the model. Inherited from XYDiagram2DModel. |
EnableAxisYScrolling | Gets or sets the value of the XYDiagram2D.EnableAxisYScrolling within the model. Inherited from XYDiagram2DModel. |
EnableAxisYZooming | Gets or sets the value of the XYDiagram2D.EnableAxisYZooming within the model. Inherited from XYDiagram2DModel. |
Margins | Returns the model of the margins of the modeled Cartesian diagram. Inherited from XYDiagram2DModel. |
PaneDistance | Gets or sets the value of the XYDiagram2D.PaneDistance within the model. Inherited from XYDiagram2DModel. |
PaneLayout | Gets or sets the XYDiagram2D.PaneLayout property value within the model. Inherited from XYDiagram2DModel. |
Panes | Returns the model of the additional pane collection of the modeled Cartesian diagram. Inherited from XYDiagram2DModel. |
RangeControlDateTimeGridOptions | Returns the model of options of the date time grid assigned to the modeled chart Range Control. Inherited from XYDiagram2DModel. |
RangeControlNumericGridOptions | Returns the model of numeric grid options of the modeled chart Range Control. Inherited from XYDiagram2DModel. |
RangeControlTimeSpanGridOptions | Gets or sets the XYDiagram2D.RangeControlTimeSpanGridOptions property value within the model. Inherited from XYDiagram2DModel. |
RuntimePaneCollapse | Gets or sets the XYDiagram2D.RuntimePaneCollapse property value within the chart. Inherited from XYDiagram2DModel. |
RuntimePaneResize | Gets or sets the XYDiagram2D.RuntimePaneResize property value within the model. Inherited from XYDiagram2DModel. |
ScrollingOptions | Gets or sets the model of the scrolling options of the Cartesian diagram. Inherited from XYDiagram2DModel. |
SecondaryAxesX | Returns the model of the secondary X-axis collection of the modeled Swift Plot diagram. |
SecondaryAxesY | Returns the model of the secondary Y-axis collection of the modeled Swift Plot diagram. |
ShowInStructureControl | Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer. Inherited from ChartElementModel. |
Tag | Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel. |
ZoomingOptions | Returns the model of zooming options of the modeled Cartesian diagram. Inherited from XYDiagram2DModel. |
See Also