'Declaration Public Function New( _ ByVal plot As ICartesianPlotDataModel, _ ByVal group As ICartesianGroupDataModel, _ ByVal dataSlices As IDataSlices, _ ByVal xValue As IDimensionValue, _ ByVal yValues As List(Of IDimensionValue), _ ByVal detailValue As IDetailValue, _ ByVal stringFormatting As IStringFormatting _ )
public _StockValuePointDataModel( ICartesianPlotDataModel plot, ICartesianGroupDataModel group, IDataSlices dataSlices, IDimensionValue xValue, List<IDimensionValue> yValues, IDetailValue detailValue, IStringFormatting stringFormatting )
Parameters
- plot
- group
- dataSlices
- xValue
- yValues
- detailValue
- stringFormatting