Back to Devexpress

ChartControlSettings.PivotGridSeriesPointsExcluded Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-a04171d4.md

latest1.5 KB
Original Source

ChartControlSettings.PivotGridSeriesPointsExcluded Property

Occurs after a chart has been bound to a Pivot Grid.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public PivotGridSeriesPointsExcludedEventHandler PivotGridSeriesPointsExcluded { get; set; }
vb
Public Property PivotGridSeriesPointsExcluded As PivotGridSeriesPointsExcludedEventHandler

Property Value

TypeDescription
PivotGridSeriesPointsExcludedEventHandler

A PivotGridSeriesPointsExcludedEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace