Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ChartHitTestType Enumeration


In This Topic
    ChartHitTestType Enumeration
    In This Topic
    Represents the type of the element that was hit.
    Syntax
    'Declaration
     
    
    Public Enum ChartHitTestType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartHitTestType
    public enum ChartHitTestType : System.Enum 
    Members
    MemberDescription
    AxisThe axis was hit.
    AxisTitleThe axis title was hit.
    AxisUnitTitleThe axis unit title was hit.
    ChartAreaThe chart area was hit.
    ChartTitleThe chart title was hit.
    DataLabelThe data label was hit.
    DataPointThe data point was hit.
    DataTableThe data table.
    DownBarsThe down-bars of the stock chart was hit.
    DropLinesThe drop lines was hit.
    ErrorBarsThe Error Bars.
    HiLoLineHiLoLine
    LeaderLineThe Leader line.
    LegendThe legend was hit.
    MajorGridlinesThe Major gridlines.
    MinorGridlinesThe Minor gridlines.
    NoneNothing was hit.
    PlotAreaThe plot area was hit.
    SeriesLineSeries Line.
    TrendLineThe Trend line.
    TrendLineLabelThe Trend line label.
    UpBarsThe up-bars of the stock chart was hit.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.ChartHitTestType

    See Also