Version

StyleSeriesColumn Event

Event raised when styling the label, value, and unit columns in series rows
Syntax
'Declaration
 
Public Event StyleSeriesColumn As DataLegendStyleColumnHandler
public event DataLegendStyleColumnHandler StyleSeriesColumn
Event Data

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

PropertyDescription
ColumnIndex Gets index of column
LabelText Gets or sets label text displayed before value text in the column
LabelTextColor Gets or sets color of label text
SeriesIndex Gets index of series
SeriesTitle Gets title of series
UnitsText Gets or sets unit text displayed after value text in the column
UnitsTextColor Gets or sets color of value text
ValueAbbreviation Gets a mode used to abbreviate original value to ValueText
ValueMemberLabel Gets label of data column that corresponds to the value, e.g. "Open"
ValueMemberPath Gets name of data column that corresponds to the value, e.g. "OpenPrice"
ValueOriginal Gets original value of series without any abbreviation or formatting
ValueText Gets or sets value text displayed value text in the column
ValueTextColor Gets or sets color of unit 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