Skip to main content

SimpleDiagram3DModel Properties

The SimpleDiagram3D 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.
Dimension Gets or sets the value of the SimpleDiagram3D.Dimension within the model.
Element Returns the chart element whose model is the current model object. Inherited from ChartElementModel.
HorizontalScrollPercent Gets or sets the value of the Diagram3D.HorizontalScrollPercent within the model. Inherited from Diagram3DModel.
LayoutDirection Gets or sets the value of the SimpleDiagram3D.LayoutDirection within the model.
PerspectiveAngle Gets or sets the value of the Diagram3D.PerspectiveAngle within the model. Inherited from Diagram3DModel.
PerspectiveEnabled Gets or sets the value of the Diagram3D.PerspectiveEnabled within the model. Inherited from Diagram3DModel.
RotationAngleX Gets or sets the value of the Diagram3D.RotationAngleX within the model. Inherited from Diagram3DModel.
RotationAngleY Gets or sets the value of the Diagram3D.RotationAngleY within the model. Inherited from Diagram3DModel.
RotationAngleZ Gets or sets the value of the Diagram3D.RotationAngleZ within the model. Inherited from Diagram3DModel.
RotationOptions Returns the rotation options of the modeled pseudo-3D Cartesian diagram. Inherited from Diagram3DModel.
RotationOrder Gets or sets the value of the Diagram3D.RotationOrder within the model. Inherited from Diagram3DModel.
RotationType Gets or sets the value of the Diagram3D.RotationType within the model. Inherited from Diagram3DModel.
RuntimeRotation Gets or sets the value of the Diagram3D.RuntimeRotation within the model. Inherited from Diagram3DModel.
RuntimeScrolling Gets or sets the value of the Diagram3D.RuntimeScrolling within the model. Inherited from Diagram3DModel.
RuntimeZooming Gets or sets the value of the Diagram3D.RuntimeZooming within the model. Inherited from Diagram3DModel.
ScrollingOptions Gets or sets the model of the scrolling options of the pseudo-3D Cartesian diagram. Inherited from Diagram3DModel.
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.
VerticalScrollPercent Gets or sets the value of the Diagram3D.VerticalScrollPercent within the model. Inherited from Diagram3DModel.
ZoomingOptions Returns the model of zooming options of the modeled pseudo-3D Cartesian diagram. Inherited from Diagram3DModel.
ZoomPercent Gets or sets the value of the Diagram3D.ZoomPercent within the model. Inherited from Diagram3DModel.
See Also