ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CartesianPlotDataModel Class / _createPoint Method

In This Topic
    _createPoint Method (_CartesianPlotDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function _createPoint( _
       ByVal group As ICartesianGroupDataModel, _
       ByVal dataSlices As IDataSlices, _
       ByVal xValue As IDimensionValue, _
       ByVal yValues As List(Of IDimensionValue), _
       ByVal detailValue As IDetailValue _
    ) As ICartesianPointDataModel

    Parameters

    group
    dataSlices
    xValue
    yValues
    detailValue
    See Also