Version

DataLegendStylingColumnEventArgs Class Members

The following tables list the members exposed by DataLegendStylingColumnEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyColumnIndexGets index of column  
Public PropertyLabelTextGets or sets label text displayed before value text in the column  
Public PropertyLabelTextColorGets or sets color of label text  
Public PropertySeriesIndexGets index of series  
Public PropertySeriesTitleGets title of series  
Public PropertyUnitsTextGets or sets unit text displayed after value text in the column  
Public PropertyUnitsTextColorGets or sets color of value text  
Public PropertyValueAbbreviationGets a mode used to abbreviate original value to ValueText  
Public PropertyValueMemberLabelGets label of data column that corresponds to the value, e.g. "Open"  
Public PropertyValueMemberPathGets name of data column that corresponds to the value, e.g. "OpenPrice"  
Public PropertyValueOriginalGets original value of series without any abbreviation or formatting  
Public PropertyValueTextGets or sets value text displayed value text in the column  
Public PropertyValueTextColorGets or sets color of unit text  
See Also