Search
Scene3D.Projections Property
See Also
 






Gets or sets a list of projections in this scene.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<Projection> Projections { get; set; }

Visual Basic  Copy Code

Public Property Projections As List(Of Projection)

 Property Value

A list of Projection objects.

 See Also