The predefined buttons that can be used in the grid toolbar are defined by the ChartGridButtonsMask enumeration. The following is a brief description of each button:
ChartGridControl toolbar buttons | ||
Icon | Enum member | Description |
na | SelectChart | A drop-down combo enumerating the charts created in the chart control. User must select the chart they intend to edit from this combo box. |
na | SelectSeries | A drop-down combo enumerating the series created in the selected chart. Users must select the series they intend to edit from this combo box. |
ShowAppearance | Shows the appearance-related data series of the series. Each series derived from Series has an Appearance object attached to it, which defines the FillEffects and LineProperties data series. These series contain appearance settings for individual data points, which are used if the Appearace. FillMode and Appearance. LineMode properties are set to DataPoints. | |
ShowInteractivity | Shows the interactivity-related data series of the series. Each series derived from Series has a SeriesInteractivity object attached to it, which defines the Tooltips, OpenInNewWindow flags, URLs and Cursors data series. These series contain interactivity settings for individual data points, which are used if the SeriesInteractivity. TooltipMode, SeriesInteractivity. OpenInNewWindowMode, SeriesInteractivity. CursorMode and SeriesInteractivity. URLMode have been set to DataPoints. | |
UpdateSeriesFromGrid |
Updates the currently edited series from the grid. | |
UpdateGridFromSeries | Updates the grid from the currently edited series. | |
BindToChart | Binds the chart to the grid control. Any updates made in the grid will be automatically applied to the edited chart series. |
Related Examples
Windows Forms: Visual Interface Components\Chart Data Grid
Windows Forms: Visual Interface Components\Customized Chart DataGrid