Skip to main content
A newer version of this page is available. .

XYDiagramModel Properties

The XYDiagram 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 Cartesian diagram.
AxisY Returns the model of the primary Y-axis of the modeled Cartesian 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.
DrillDownOptions
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 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.
Rotated Gets or sets the value of the XYDiagram.Rotated within the model.
RuntimePaneCollapse Gets or sets the XYDiagram2D.RuntimePaneCollapse property value within the chart. 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 Cartesian diagram.
SecondaryAxesY Returns the model of the secondary Y-axis collection of the modeled Cartesian diagram.
SelectionOptions
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