Version

DataLegendSeriesValueType Enumeration

Describes type of data columns to use for the data legend.
Syntax
'Declaration
 
Public Enum DataLegendSeriesValueType 
   Inherits System.Enum
public enum DataLegendSeriesValueType : System.Enum 
Members
MemberDescription
AngleSpecifies the Angle data column for the polar series
AverageSpecifies the average column between high/low for the range series
ChangeSpecifies the Change data column for the financial price series
CloseSpecifies the Close data column for the financial price series
FillSpecifies the Fill data column for the bubble series
HighSpecifies the High data column for the financial price series and range series
LowSpecifies the Low data column for the financial price series and range series
OpenSpecifies the Open data column for the financial price series
RadiusSpecifies the Radius data column for the polar series, radial series, and bubble series
RangeSpecifies the range column between high/low for the range series
SummarySpecifies the summary data columns for all series
TypicalPriceSpecifies the typical price column for the financial price series: (high + low + close) / 3
ValueSpecifies the Value data column for the category series and radial series
VolumeSpecifies the Volume data column for the financial price series
XValueSpecifies the X data column for the bubble series and scatter series
YValueSpecifies the Y data column for the bubble series and scatter series
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also