PaneViewDataAccessible(ChartControl, T) Constructor
In This Article
Initializes a new instance of the PaneViewDataAccessible<T> class with specified settings.
Namespace: DevExpress.XtraCharts.Accessibility
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public PaneViewDataAccessible(
ChartControl chartControl,
T diagramViewData
)
#Parameters
Name | Type |
---|---|
chart |
Chart |
diagram |
T |
See Also