Diagram3DModel Properties
The Diagram3D 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. |
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. |
PerspectiveAngle | Gets or sets the value of the Diagram3D.PerspectiveAngle within the model. |
PerspectiveEnabled | Gets or sets the value of the Diagram3D.PerspectiveEnabled within the model. |
RotationAngleX | Gets or sets the value of the Diagram3D.RotationAngleX within the model. |
RotationAngleY | Gets or sets the value of the Diagram3D.RotationAngleY within the model. |
RotationAngleZ | Gets or sets the value of the Diagram3D.RotationAngleZ within the model. |
RotationOptions | Returns the rotation options of the modeled pseudo-3D Cartesian diagram. |
RotationOrder | Gets or sets the value of the Diagram3D.RotationOrder within the model. |
RotationType | Gets or sets the value of the Diagram3D.RotationType within the model. |
RuntimeRotation | Gets or sets the value of the Diagram3D.RuntimeRotation within the model. |
RuntimeScrolling | Gets or sets the value of the Diagram3D.RuntimeScrolling within the model. |
RuntimeZooming | Gets or sets the value of the Diagram3D.RuntimeZooming within the model. |
ScrollingOptions | Gets or sets the model of the scrolling options of the pseudo-3D 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. |
VerticalScrollPercent | Gets or sets the value of the Diagram3D.VerticalScrollPercent within the model. |
ZoomingOptions | Returns the model of zooming options of the modeled pseudo-3D Cartesian diagram. |
ZoomPercent | Gets or sets the value of the Diagram3D.ZoomPercent within the model. |
See Also