NevronOpenVision
Nevron.Nov.Chart Namespace / NDataPointCollection<TDataPoint> Class / SetDataSeriesVariant Method
array variant
name of the data point property to which to set the variant values - for example Value, X etc.
In This Topic
    SetDataSeriesVariant Method
    In This Topic
    Sets an array variant, usually obtained from the NFormulaCalculator to the data points of this series.
    Syntax
    public void SetDataSeriesVariant( 
       NVariant varArray,
       System.string dataSeriesName,
       ENDataPointsUpdateMode updateMode
    )

    Parameters

    varArray
    array variant
    dataSeriesName
    name of the data point property to which to set the variant values - for example Value, X etc.
    updateMode
    Exceptions
    ExceptionDescription
    The exception that is thrown when a method call is invalid for the object's current state.
    The exception that is thrown when one of the arguments provided to a method is not valid.
    Remarks
    Throws an exception if the specified dataPointPropertyName does not reference a valid property of this series data points.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also