Nevron .NET Vision
Nevron.Chart Namespace / DataPointValue Enumeration


In This Topic
    DataPointValue Enumeration
    In This Topic
    Defines the possible values, which can be assosiated with a datapoint
    Syntax
    'Declaration
     
    
    Public Enum DataPointValue 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataPointValue
    public enum DataPointValue : System.Enum 
    Members
    MemberDescription
    AngleAngle value
    AnimationsStyleAnimations style
    AValueTernary chart a value
    AverageAverage value
    BeginBegin value - same as Y value
    BubbleSizeBubble size value
    BValueTernary chart b value
    ColorColor value
    CValueTernary chart c value
    DataLabelStyleData label style
    EndEnd value - same as Y2 value
    FillStyleFill style
    HighHigh value - same as Y value
    InteractivityStyleInteractivity style
    LabelLabel
    LowLow value - same as Y2 value
    LowerBoxValueBox and Whiskers lower box value - same as Y2 value
    LowerErrorXLower X error
    LowerErrorYLower Y error
    LowerErrorZLower Z error
    LowerWhiskerValueBox and Whiskers lower whisker value
    MarkerStyleMarker style
    MedianMedian value
    NextTasksGannt chart next task
    NoneNone
    OutlierValuesArray of outlier values
    PieBeginWidthPercentsPie begin width percent
    PieDetachmentPie detachment value
    PieEndWidthPercentsPie end width percent
    RadiusRadius value - same as Y value
    SecondaryYSecondary Y (elevation) value
    SizeXX size value
    SizeYY size value
    SizeZZ size value
    StockCloseStock close value
    StockHighStock High value - same as Y value
    StockLowStock Low value - same as Y2 value
    StockOpenStock open value
    StrokeStyleStroke style
    TagTag
    TreemapChangeTree map change value
    UpperBoxValueBox and Whiskers upper box value - same as Y value
    UpperErrorXUpper X error
    UpperErrorYUpper Y error
    UpperErrorZUpper Z error
    UpperWhiskerValueBox and Whiskers upper whisker value
    ValuePrimary value - same as Y value
    XX value
    X2Secondary X value
    YY (elevation) value
    Y2Secondary Y value
    ZZ (depth) value
    Z2Secondary Z value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.DataPointValue

    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