XYDiagram2DModel Properties
The XYDiagram2D 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. |
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. |
DependentAxesYRange | Gets or sets the value of the XYDiagram2D.DependentAxesYRange property in the chart model. |
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. |
EnableAxisXZooming | Gets or sets the value of the XYDiagram2D.EnableAxisXZooming within the model. |
EnableAxisYScrolling | Gets or sets the value of the XYDiagram2D.EnableAxisYScrolling within the model. |
EnableAxisYZooming | Gets or sets the value of the XYDiagram2D.EnableAxisYZooming within the model. |
Margins | Returns the model of the margins of the modeled Cartesian diagram. |
PaneDistance | Gets or sets the value of the XYDiagram2D.PaneDistance within the model. |
PaneLayout | Gets or sets the XYDiagram2D.PaneLayout property value within the model. |
Panes | Returns the model of the additional pane collection of the modeled Cartesian diagram. |
RangeControlDateTimeGridOptions | Returns the model of options of the date time grid assigned to the modeled chart Range Control. |
RangeControlNumericGridOptions | Returns the model of numeric grid options of the modeled chart Range Control. |
RangeControlTimeSpanGridOptions | Gets or sets the XYDiagram2D.RangeControlTimeSpanGridOptions property value within the model. |
RuntimePaneCollapse | Gets or sets the XYDiagram2D.RuntimePaneCollapse property value within the chart. |
RuntimePaneResize | Gets or sets the XYDiagram2D.RuntimePaneResize property value within the model. |
ScrollingOptions | Gets or sets the model of the scrolling options of the Cartesian 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. |
See Also