Version

DataLegendSummaryColumn Class Members

The following tables list the members exposed by DataLegendSummaryColumn.

Public Constructors
 NameDescription
Public ConstructorDataLegendSummaryColumn Constructorcreates a column in summary row  
Public Properties
 NameDescription
Public PropertyAllowLabelsGets or sets whether the label text is allowed by the series, e.g. "H:" (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyAllowUnitsGets or sets whether the unit text is allowed by the series, e.g. "Hz" (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatAllowAbbreviationGets or sets whether or not allow displaying value with abbreviation (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatAllowCurrencyGets or sets whether or not allow displaying value as currency (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatAllowDecimalGets or sets whether or not allow displaying value as decimal (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatAllowIntegerGets or sets whether or not allow displaying value as integer (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatAllowPercentGets or sets whether or not allow displaying value as percentage (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatMaxFractionsGets or sets maximum digits used for displaying faction of the value (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatMinFractionsGets or sets minimum digits used for displaying faction of the value (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatUseNegativeColorGets or sets whether or not use conditional color (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatUsePositiveColorGets or sets whether or not use conditional color (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyFormatWithSeriesColorGets value color used by the series (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyIndexGets the index of series (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyIsExcludeByDefaultGets or sets whether this value is excluded/hidden by default in Data Legend (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyMemberLabelGets or sets member path for the series value, e.g. "High" (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyMemberPathGets or sets member path for the series value, e.g. "HighPrice" (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyMemberSymbolGets or sets label for the series value, e.g. "H:" (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyMemberUnitGets or sets unit text for the value, e.g. "Hz" (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyOrderIndex (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertySeriesLabelsGet labels rendered on left side of series values, e.g. "H:" for High, "L:" for Low  
Public PropertySeriesUnitsGet optional units on right side of series values, e.g. "Hz" for hertz  
Public PropertySeriesValuesGet values of series in the summary column  
Public PropertyValueGets value of series (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyValueNegativePrefixGets or sets prefix for negative value (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyValueNegativeSuffixGets or sets suffix for negative value (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyValuePositivePrefixGets or sets prefix for positive value (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyValuePositiveSuffixGets or sets suffix for positive value (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public PropertyValueTypeGets or sets type of value (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
Public Methods
 NameDescription
Public MethodAddLabelAdd label in the summary column  
Public MethodAddUnitsAdd unit in the summary column  
Public MethodAddValueAdd a value in the summary column  
Public MethodToStringConverts this object to a string (Inherited from Infragistics.Controls.Charts.DataLegendSeriesValueInfo)
See Also