FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PiePlotArea Class / Projection Property


In This Topic
Projection Property (PiePlotArea)
In This Topic
Gets or sets the projection from 3D model space to 2D control canvas space.
Syntax
'Declaration
 
Public Property Projection As Projection
 
'Usage
 
Dim instance As PiePlotArea
Dim value As Projection
 
instance.Projection = value
 
value = instance.Projection
See Also