Nevron .NET Vision
Nevron.Chart Namespace / DataSeriesMask Enumeration


In This Topic
    DataSeriesMask Enumeration
    In This Topic
    A bitmask enumeration used in the included and exluded arguments of the GetDataSeries method. The order of the included series cannot be changed, it is determined by the respective GetDataSeries override.
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum DataSeriesMask 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataSeriesMask
    [System.Flags()]
    public enum DataSeriesMask : System.Enum 
    Members
    MemberDescription
    AllAll data series.
    AnglesRepresents the Angles data series of the NPolarSeries class.
    AverageValuesRepresents the AverageValues data series of the NBoxAndWhiskersSeries class.
    BeginValuesRepresents the BeginValues data series of the NFloatBarSeries class. The same as YValues.
    BubbleSizesRepresents the Sizes data series of the NBubbleSeries class.
    ColorsRepresents the Colors data series of the NTriangulatedSurfaceSeries class.
    DataLabelStylesRepresents the DataLabelStyles data series of the NSeries class.
    EndValuesRepresents the EndValues data series of the NFloatBarSeries class. The same as SecondaryYValues
    FillStylesRepresents the FillStyles data series of the NSeries class.
    HighValuesRepresents the HighValues data series of the NHighLowSeries class.
    IndexedOnly indexed data series.
    InteractivityStylesRepresents the InteractivityStyles data series of the NSeries class.
    LabelsRepresents the Labels data series of the NSeries class.
    LowerBoxValuesRepresents the LowerBoxValues data series of the NBoxAndWhiskersSeries class.
    LowerErrorsXRepresents the LowerErrorsX data series of the NErrorBarSeries class.
    LowerErrorsYRepresents the LowerErrorsY data series of the NErrorBarSeries class.
    LowerErrorsZRepresents the LowerErrorsZ data series of the NErrorBarSeries class.
    LowerWhiskerValuesRepresents the LowerWhiskerValues data series of the NBoxAndWhiskersSeries class.
    LowValuesRepresents the LowValues data series of the NHighLowSeries class.
    MarkerStylesRepresents the MarkerStyles data series of the NSeries class.
    MedianValuesRepresents the MedianValues data series of the NBoxAndWhiskersSeries class.
    NoneNo data series.
    OutlierValuesRepresents the OutlierValues data series of the NBoxAndWhiskersSeries class.
    PieDetachmentsRepresents the Detachments data series of the NPieSeries class.
    RandomAccessOnly random access data series.
    SecondaryYValuesRepresents secondary Y data series
    StockCloseValuesRepresents the CloseValues data series of the NStockSeries class.
    StockHighValuesRepresents the HighValues data series of the NStockSeries class.
    StockLowValuesRepresents the LowValues data series of the NStockSeries class.
    StockOpenValuesRepresents the OpenValues data series of the NStockSeries class.
    StrokeStylesRepresents the BorderStyles data series of the NSeries class.
    TagsRepresents the Tags data series of the NSeries class.
    TreemapChangesRepresewnts the Changes in the tree map
    UpperBoxValuesRepresents the UpperBoxValues data series of the NBoxAndWhiskersSeries class.
    UpperErrorsXRepresents the UpperErrorsX data series of the NErrorBarSeries class.
    UpperErrorsYRepresents the UpperErrorsY data series of the NErrorBarSeries class.
    UpperErrorsZRepresents the UpperErrorsZ data series of the NErrorBarSeries class.
    UpperWhiskerValuesRepresents the UpperWhiskerValues data series of the NBoxAndWhiskersSeries class.
    ValuesRepresents the Values data series of the NSeries class. The same as YValues.
    X2ValuesRepresents the X2Values data series of the NRangeSeriesBase class.
    XSizesRepresents the XSizes data series of the NShapeSeries class.
    XValuesRepresents the XValues data series of the NXYScatterSeries class.
    Y2ValuesRepresents the Y2Values data series of the NRangeSeriesBase class.
    YSizesRepresents the YSizes data series of the NShapeSeries class.
    YValuesRepresents the Values data series of the NSeries class.
    Z2ValuesRepresents the Z2Values data series of the NRangeSeriesBase class.
    ZSizesRepresents the ZSizes data series of the NShapeSeries class.
    ZValuesRepresents the ZValues data series of the NXYZScatterSeries class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.DataSeriesMask

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also