Version

CalculateColumnSummary Event

Event raised when calculating summary value for each column in data legend
Syntax
'Declaration
 
Public Event CalculateColumnSummary As DataLegendSummaryHandler
public event DataLegendSummaryHandler CalculateColumnSummary
Event Data

The event handler receives an argument of type DataLegendSummaryEventArgs containing data related to this event. The following DataLegendSummaryEventArgs properties provide information specific to this event.

PropertyDescription
ColumnMemberPath Gets member path to identify a column
ColumnValues Gets actual values in the current a column
SummaryLabel Gets or sets text displayed or left side of SummaryValue
SummaryUnits Gets or sets text displayed or right side of SummaryValue
SummaryValue Gets or sets summary values displayed below data column
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also