ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PlotOptionWithAxisOptions Class / _PlotOptionWithAxisOptions Constructor

In This Topic
    _PlotOptionWithAxisOptions Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal plotOption As IPlotOption, _
       ByVal axisOptions As List(Of IAxisOption) _
    )
    public _PlotOptionWithAxisOptions( 
       IPlotOption plotOption,
       List<IAxisOption> axisOptions
    )

    Parameters

    plotOption
    axisOptions
    See Also