'Declaration
<System.ComponentModel.CategoryAttribute("Attributes")> <System.ComponentModel.DescriptionAttribute("Gets or sets the NProjection object controlling the projection of the context")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NProjectionTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Projection As NProjection
'Usage
Dim instance As NChart Dim value As NProjection instance.Projection = value value = instance.Projection
[System.ComponentModel.Category("Attributes")] [System.ComponentModel.Description("Gets or sets the NProjection object controlling the projection of the context")] [System.ComponentModel.Editor(Nevron.Editors.NProjectionTypeEditor, System.Drawing.Design.UITypeEditor)] public NProjection Projection {get; set;}