Version

DataSeriesIntent Enumeration

Identifies various intents for the sub properties of the data being bound to a data series.
Syntax
'Declaration
 
Public Enum DataSeriesIntent 
   Inherits System.Enum
public enum DataSeriesIntent : System.Enum 
Members
MemberDescription
AxisDateValueIdentifies an axis date value to use for a series.
AxisLabelValueIdentifies an axis label value to use for a series.
CloseSeriesValueIdentifies a close value to use for a financial series or range series.
DontPlotIdentifies that a value should be ignored when considering values for a series.
GenerationInputIdentifes a value that has been used to generate other data to bind against.
HighSeriesValueIdentifies a high value to use for a financial series or range series.
LowSeriesValueIdentifies a low value to use for a financial series or range series.
OpenSeriesValueIdentifies an open value to use for a financial series.
PrimarySeriesValueIdentifies the primary values to use for a series.
SalesFixedCostIdentifies a sales fixed cost to use for a break-even series
SalesMarginalProfitIdentifies a sales marginal profit to use for a break-even series
SalesRevenueIdentifies a sales revenue to use for a break-even series
SalesTotalCostIdentifies a sales total cost to use for a break-even series
SalesUnitIdentifies a sales units value to use for a break-even series
SalesVariableCostIdentifies a sales variable cost to use for a break-even series
SeriesAngleIdentifies the angle values to use for a polar or radial series.
SeriesFillIdentifies the fill scale values to use for a bubble series or scatter area series.
SeriesGroupIdentifies a grouping identifier to use for a series.
SeriesLabelIdentifies the legend label values to use for a bubble series in item-wize legends.
SeriesRadiusIdentifies the radius values to use for a bubble, polar, or radial series.
SeriesShapeIdentifies the shape values to use for a scatter polyline or polygon series.
SeriesTitleIdentifies a title to use for a series.
SeriesValueIdentifies the item-wize values to use for a series.
SeriesXIdentifies the x axis values to use for a scatter series.
SeriesYIdentifies the y axis values to use for a scatter series.
VolumeSeriesValueIdentifies a volume value to use for a financial series or range 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