alexa

    Show / Hide Table of Contents

    Class Graphics3DState

    Provide the representation settings of Graphics3D.

    Inheritance
    System.Object
    Graphics3DState
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class Graphics3DState

    Constructors

    Graphics3DState()

    Initializes a new instance of the Graphics3DState class.

    Declaration
    public Graphics3DState()

    Properties

    AutoPerspective

    Gets or sets a value indicating whether perspective is computed automatically.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public bool AutoPerspective { get; set; }
    Property Value
    Type Description
    System.Boolean

    True If perspective is computed automatically; otherwise, false.

    Light

    Gets or sets a value indicating whether light is enabled.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public bool Light { get; set; }
    Property Value
    Type Description
    System.Boolean

    True If light is enabled; otherwise, false.

    LightCoeficient

    Gets or sets the light coefficient.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public float LightCoeficient { get; set; }
    Property Value
    Type Description
    System.Single

    The light coefficient.

    LightPosition

    Gets or sets the light direction.

    Declaration
    public Vector3D LightPosition { get; set; }
    Property Value
    Type Description
    Vector3D

    The light direction.

    Perspective

    Gets or sets a value indicating whether perspective is enabled.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public bool Perspective { get; set; }
    Property Value
    Type Description
    System.Boolean

    True If perspective is enabled; otherwise, false.

    ZDistant

    Gets or sets the distance from eye to the chart. This value is used for computing of perspective.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public float ZDistant { get; set; }
    Property Value
    Type Description
    System.Single

    The depth distant.

    Events

    Changed

    Occurs when settings is changed.

    Declaration
    public event EventHandler Changed
    Event Type
    Type
    System.EventHandler
    Back to top Generated by DocFX