In This Topic
Gets or sets the percent of perspective. Applies only if perspective projection is used (i.e. when
ProjectionMode is
ChartTreeDProjectionMode.Perspective).
Default: 0.
Syntax
'Declaration
Public Property Perspective As RdlInt
public RdlInt Perspective {get; set;}
See Also