Back to Devexpress

WebChartControl.DrillDownStateChanged Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-b6c04ee7.md

latest1.7 KB
Original Source

WebChartControl.DrillDownStateChanged Event

Occurs when the Web Chart Control’s drill down state is changed.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public event DrillDownStateChangedEventHandler DrillDownStateChanged
vb
Public Event DrillDownStateChanged As DrillDownStateChangedEventHandler

Event Data

The DrillDownStateChanged event's data class is DrillDownStateChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
SeriesProvides the array of series that the chart control generates using the new actual series template.
StatesReturns the array of states that specify filtering parameters applied on each detail level.

Remarks

The Chart Control raises this event when new detail data is revealed or current data is concealed.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace