Back to Devexpress

PivotGridSeriesPointsExcludedEventArgs Class

corelibraries-devexpress-dot-xtracharts-e2199e49.md

latest3.2 KB
Original Source

PivotGridSeriesPointsExcludedEventArgs Class

Provides data for the ChartControl.PivotGridSeriesPointsExcluded (WebChartControl.PivotGridSeriesPointsExcluded) event.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class PivotGridSeriesPointsExcludedEventArgs :
    EventArgs
vb
Public Class PivotGridSeriesPointsExcludedEventArgs
    Inherits EventArgs

PivotGridSeriesPointsExcludedEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsChartControl.PivotGridSeriesPointsExcluded
ASP.NET Web Forms ControlsWebChartControl.PivotGridSeriesPointsExcluded
.NET Reporting ToolsXRChart.PivotGridSeriesPointsExcluded

Remarks

The PivotGridSeriesPointsExcludedEventArgs class represents an argument for the ChartControl.PivotGridSeriesPointsExcluded event, and introduces the PivotGridSeriesPointsExcludedEventArgs.ActualSeriesPointCount, PivotGridSeriesPointsExcludedEventArgs.AvailableSeriesPointCount and PivotGridSeriesPointsExcludedEventArgs.Series properties.

An instance of the PivotGridSeriesPointsExcludedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

Inheritance

Object EventArgs PivotGridSeriesPointsExcludedEventArgs

See Also

PivotGridSeriesPointsExcludedEventArgs Members

Integrate the WinForms Chart with the Pivot Grid Control

DevExpress.XtraCharts Namespace