Version

StyleSummaryRow Event

Event raised when styling title in the summary row
Syntax
'Declaration
 
Public Event StyleSummaryRow As DataLegendStyleRowHandler
public event DataLegendStyleRowHandler StyleSummaryRow
Event Data

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

PropertyDescription
BadgeShape Gets or sets shape of legend badge in the Data Legend
IsBadgeVisible Gets or sets whether the legend badge is visible in the Data Legend
IsRowVisible Gets or sets whether the whole row is visible in the Data Legend
SeriesIndex Gets index of series in the chart
SeriesTitle Gets title of series in the chart
TitleText Gets or sets title text displayed in row of Data Legend
TitleTextColor Gets or sets color of title text
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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