Version

DataLegendSeriesValueInfo Class Members

The following tables list the members exposed by DataLegendSeriesValueInfo.

Public Constructors
 NameDescription
Public ConstructorDataLegendSeriesValueInfo Constructorcreates an instance of DataLegendSeriesValueInfo  
Public Properties
 NameDescription
Public PropertyAllowLabelsGets or sets whether the label text is allowed by the series, e.g. "H:"  
Public PropertyAllowUnitsGets or sets whether the unit text is allowed by the series, e.g. "Hz"  
Public PropertyFormatAllowAbbreviationGets or sets whether or not allow displaying value with abbreviation  
Public PropertyFormatAllowCurrencyGets or sets whether or not allow displaying value as currency  
Public PropertyFormatAllowDecimalGets or sets whether or not allow displaying value as decimal  
Public PropertyFormatAllowIntegerGets or sets whether or not allow displaying value as integer  
Public PropertyFormatAllowPercentGets or sets whether or not allow displaying value as percentage  
Public PropertyFormatMaxFractionsGets or sets maximum digits used for displaying faction of the value  
Public PropertyFormatMinFractionsGets or sets minimum digits used for displaying faction of the value  
Public PropertyFormatUseNegativeColorGets or sets whether or not use conditional color  
Public PropertyFormatUsePositiveColorGets or sets whether or not use conditional color  
Public PropertyFormatWithSeriesColorGets value color used by the series  
Public PropertyIndexGets the index of series  
Public PropertyIsExcludeByDefaultGets or sets whether this value is excluded/hidden by default in Data Legend  
Public PropertyMemberLabelGets or sets member path for the series value, e.g. "High"  
Public PropertyMemberPathGets or sets member path for the series value, e.g. "HighPrice"  
Public PropertyMemberSymbolGets or sets label for the series value, e.g. "H:"  
Public PropertyMemberUnitGets or sets unit text for the value, e.g. "Hz"  
Public PropertyOrderIndex  
Public PropertyValueGets value of series  
Public PropertyValueNegativePrefixGets or sets prefix for negative value  
Public PropertyValueNegativeSuffixGets or sets suffix for negative value  
Public PropertyValuePositivePrefixGets or sets prefix for positive value  
Public PropertyValuePositiveSuffixGets or sets suffix for positive value  
Public PropertyValueTypeGets or sets type of value  
Public Methods
 NameDescription
Public MethodToStringConverts this object to a string  
See Also