Search
LabelProjection.Label Property
See Also
 






Gets or sets the projected Label3D.

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

 Syntax

C#  Copy Code

public Label3D Label { get; set; }

Visual Basic  Copy Code

Public Property Label As Label3D

 Property Value

An instance of the Label3D class.

 See Also