Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / CreateDefaultLight Method / CreateDefaultLight(PlotArea) Method
The plot area.


In This Topic
    CreateDefaultLight(PlotArea) Method
    In This Topic
    Creates the default light.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CreateDefaultLight( _
       ByVal plotArea As PlotArea _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim plotArea As PlotArea
     
    instance.CreateDefaultLight(plotArea)
    public void CreateDefaultLight( 
       PlotArea plotArea
    )

    Parameters

    plotArea
    The plot area.
    See Also