Nevron .NET Vision
Nevron.Chart Namespace / NChart Class / LightModel Property


In This Topic
    LightModel Property (NChart)
    In This Topic
    Gets or sets the NLightModel object controlling the chart context lighting.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Attributes")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the NLightModel object controlling the chart context lighting")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NLightModelTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property LightModel As NLightModel
    'Usage
     
    
    Dim instance As NChart
    Dim value As NLightModel
     
    instance.LightModel = value
     
    value = instance.LightModel
    [System.ComponentModel.Category("Attributes")]
    [System.ComponentModel.Description("Gets or sets the NLightModel object controlling the chart context lighting")]
    [System.ComponentModel.Editor(Nevron.Editors.NLightModelTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLightModel LightModel {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also