Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / ChartGridButtonsMask Enumeration


In This Topic
    ChartGridButtonsMask Enumeration
    In This Topic
    A bitmask enumeration controlling the visible chart grid buttons
    Syntax
    'Declaration
     
    Public Enum ChartGridButtonsMask 
       Inherits System.Enum
    'Usage
     
    Dim instance As ChartGridButtonsMask
    public enum ChartGridButtonsMask : System.Enum 
    Members
    MemberDescription
    AllAll buttons must be displayed
    BindToChartBinds the chart to the grid control
    SelectChartThe select chart button
    SelectSeriesThe select series button
    ShowAppearanceShow appearance series button
    ShowInteractivityShow interactivity data series button
    UpdateGridFromSeriesUpdate grid from series button
    UpdateSeriesFromGridUpdate series from grid button
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.ChartGridButtonsMask

    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