Back to Devexpress

TcxGridChartDiagramSelectorPopup Class

vcl-cxgridchartview-9959bd61.md

latest2.1 KB
Original Source

TcxGridChartDiagramSelectorPopup Class

A diagram selector‘s dropdown list.

Declaration

delphi
TcxGridChartDiagramSelectorPopup = class(
    TcxCustomGridPopup
)

Remarks

A diagram selector represents one of the customization tools displayed in a chart toolbox. Users can click a diagram selector to choose the diagram type from its dropdown list. This list contains all the available diagrams in a Chart View.

Use the View’s ToolBox.DiagramSelector property to control the visibility of the diagram selector in the chart toolbox.

Inheritance

Show 14 items

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TdxCustomForm TcxPopupWindow TcxCustomPopupWindow TdxCustomIncrementalFilteringPopupWindow TdxUIElementPopupWindow TcxCustomGridPopup TcxGridChartDiagramSelectorPopup

See Also

TcxGridChartDiagramSelectorHitTest.CanDropDown

TcxGridChartDiagramSelectorPopup Members

cxGridChartView Unit