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  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetLabelTextResets the LabelText property to its default value.  
Public MethodResetLabelTextColorResets the LabelTextColor property to its default value.  
Public MethodResetUnitsTextResets the UnitsText property to its default value.  
Public MethodResetUnitsTextColorResets the UnitsTextColor property to its default value.  
Public MethodResetValueTextResets the ValueText property to its default value.  
Public MethodResetValueTextColorResets the ValueTextColor property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeLabelTextIndicates if the LabelText property needs to be serialized.  
Protected MethodShouldSerializeLabelTextColorIndicates if the LabelTextColor property needs to be serialized.  
Protected MethodShouldSerializeUnitsTextIndicates if the UnitsText property needs to be serialized.  
Protected MethodShouldSerializeUnitsTextColorIndicates if the UnitsTextColor property needs to be serialized.  
Protected MethodShouldSerializeValueTextIndicates if the ValueText property needs to be serialized.  
Protected MethodShouldSerializeValueTextColorIndicates if the ValueTextColor property needs to be serialized.  
See Also