Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Perspective Property


In This Topic
    Perspective Property
    In This Topic
    Gets or sets a value that represents the perspective for the 3D chart view.
    Syntax
    'Declaration
     
    Property Perspective As Integer
    'Usage
     
    Dim instance As IChart
    Dim value As Integer
     
    instance.Perspective = value
     
    value = instance.Perspective
    int Perspective {get; set;}
    Remarks
    The value of this property must be between 0 and 100. This property is ignored if the RightAngleAxes property is true.This function works with Spread WPF only.
    See Also