Skip to main content

XYDiagram3DModel Members

The XYDiagram3D model.

Properties

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 X-axis of the modeled pseudo-3D Cartesian diagram.
AxisY Returns the model of the Y-axis of the modeled pseudo-3D Cartesian diagram.
BackColor Gets or sets the value of the XYDiagram3D.BackColor within the model.
BackImage Returns the model of the background image of the modeled pseudo-3D Cartesian diagram.
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.
FillStyle Returns the model of the fill style of the modeled Pseudo-3D Cartesian diagram.
HorizontalScrollPercent Gets or sets the value of the Diagram3D.HorizontalScrollPercent within the model. Inherited from Diagram3DModel.
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.
PlaneDepthFixed Gets or sets the value of the XYDiagram3D.PlaneDepthFixed within the model.
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.
SeriesDistance Gets or sets the value of the XYDiagram3D.SeriesDistance within the model.
SeriesDistanceFixed Gets or sets the value of the XYDiagram3D.SeriesDistanceFixed within the model.
SeriesIndentFixed Gets or sets the value of the XYDiagram3D.SeriesIndentFixed within the model.
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the ChartElementModel. Inherited from ChartElementModel.
See Also