'Declaration Public Enum DataLegendSeriesValueType Inherits System.Enum
public enum DataLegendSeriesValueType : System.Enum
Member | Description |
---|---|
Angle | Specifies the Angle data column for the polar series |
Average | Specifies the average column between high/low for the range series |
Change | Specifies the Change data column for the financial price series |
Close | Specifies the Close data column for the financial price series |
Fill | Specifies the Fill data column for the bubble series |
High | Specifies the High data column for the financial price series and range series |
Low | Specifies the Low data column for the financial price series and range series |
Open | Specifies the Open data column for the financial price series |
Radius | Specifies the Radius data column for the polar series, radial series, and bubble series |
Range | Specifies the range column between high/low for the range series |
Summary | Specifies the summary data columns for all series |
TypicalPrice | Specifies the typical price column for the financial price series: (high + low + close) / 3 |
Value | Specifies the Value data column for the category series and radial series |
Volume | Specifies the Volume data column for the financial price series |
XValue | Specifies the X data column for the bubble series and scatter series |
YValue | Specifies the Y data column for the bubble series and scatter series |
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