Skip to main content
All docs
V26.1
  • View3DOptions Members

    3D view settings for a chart.

    Constructors

    Name Description
    View3DOptions() Initializes a new instance of the View3DOptions class.

    Properties

    Name Description
    AutoHeight Gets or sets whether chart height is calculated automatically.
    BackWall Gets or sets back wall surface options for the 3D chart.
    DepthPercent Gets or sets the depth of the 3D chart as a percentage.
    Floor Gets or sets floor surface options for the 3D chart.
    HeightPercent Gets or sets the height of the 3D chart as a percentage factor.
    Perspective Gets or sets the perspective angle for the 3D chart.
    RightAngleAxes Gets or sets whether to use right-angle axes in 3D view.
    SideWall Gets or sets side wall surface options for the 3D chart.
    XRotation Gets or sets the 3D chart rotation around the X axis.
    YRotation Gets or sets the 3D chart rotation around the Y axis.

    Methods

    Name Description
    Clone() Creates a copy of the current 3D view options object.
    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 a string that represents the current object. Inherited from Object.
    See Also