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

In This Topic
    _PiecewiseXyCartesianPlotColorPolicy Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ranges As List(Of IColorRangeOption), _
       ByVal outOfRangeColor As IColor _
    )
    public _PiecewiseXyCartesianPlotColorPolicy( 
       List<IColorRangeOption> ranges,
       IColor outOfRangeColor
    )

    Parameters

    ranges
    outOfRangeColor
    See Also