The following tables list the members exposed by DataLegendStylingColumnEventArgs.
Name | Description | |
---|---|---|
DataLegendStylingColumnEventArgs Constructor | Initializes a new DataLegendStylingColumnEventArgs. |
Name | Description | |
---|---|---|
ColumnIndex | Gets index of column | |
GroupName | Gets the group name associated with the column of Data Legend | |
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 |
Name | Description | |
---|---|---|
Reset | Resets all the properties to their default values | |
ResetLabelText | Resets the LabelText property to its default value. | |
ResetLabelTextColor | Resets the LabelTextColor property to its default value. | |
ResetUnitsText | Resets the UnitsText property to its default value. | |
ResetUnitsTextColor | Resets the UnitsTextColor property to its default value. | |
ResetValueText | Resets the ValueText property to its default value. | |
ResetValueTextColor | Resets the ValueTextColor property to its default value. |
Name | Description | |
---|---|---|
ShouldSerializeLabelText | Indicates if the LabelText property needs to be serialized. | |
ShouldSerializeLabelTextColor | Indicates if the LabelTextColor property needs to be serialized. | |
ShouldSerializeUnitsText | Indicates if the UnitsText property needs to be serialized. | |
ShouldSerializeUnitsTextColor | Indicates if the UnitsTextColor property needs to be serialized. | |
ShouldSerializeValueText | Indicates if the ValueText property needs to be serialized. | |
ShouldSerializeValueTextColor | Indicates if the ValueTextColor property needs to be serialized. |