Xceed Chart for WinForms v4.4 Documentation
DataSeriesMask Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : DataSeriesMask Enumeration
A bitmask enumeration used in the included and exluded arguments of the GetDataSeries method. The order of the included series cannot be changed and is described in the respective GetDataSeries override.
Syntax
'Declaration
 
Public Enum DataSeriesMask 

   Inherits System.Enum
'Usage
 
Dim instance As DataSeriesMask
public enum DataSeriesMask : System.Enum 
Members
MemberDescription
AllSpecifies that all data series used by the series must be included. Cannot be used in the excluded argument.
AnglesRepresents the Angles series. Implemented in PolarSeries class. Can be specified in the included and exluded arguments.
AppearanceRepresents all series defined by the Appearance class - currently FillEffects and LineProperties. Can be specified in the included and exluded arguments.
BubbleSizesRepresents the BubbleSizes data series. Implemented in BubbleSeries class. Can be specified in the included and exluded arguments.
CloseValuesRepresents the CloseValues data series. Implemented in StockSeries class. Can be specified in the included and exluded arguments.
CursorsRepresents the Cursors data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments.
CustomMapAreaAttributesRepresents the custom JSript or VBScript injected in the generated image map. Can be specified in the included and exluded arguments.
EndValuesRepresents the EndValues data series. Implemented in FloatBarSeries class. Can be specified in the included and exluded arguments.
FillEffectsRepresents the FillEffects data series. Implemented in Appearance class. Can be specified in the included and exluded arguments.
HighValuesRepresents the HighValues data series. Implemented in StockSeries class. Can be specified in the included and exluded arguments.
InteractivityRepresents all series defined by the SeriesInteractivity class - currently Tooltips, Cursors, URLs and OpenInNewWindows. Can be specified in the included and exluded arguments.
LabelsRepresents the Labels data series. Implemented in Series class. Can be specified in the included and exluded arguments.
LinePropertiesRepresents the LineProperties data series. Implemented in Appearance class. Can be specified in the included and exluded arguments.
LowValuesRepresents the LowValues data series. Implemented in StockSeries class. Can be specified in the included and exluded arguments.
NoneSpecifies that no data series must be exlicitly excluded. Cannot be used in the included argument.
OpenInNewWindowRepresents the OpenInNewWindow data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments.
PieDetachmentsRepresents the Detachments data series. Implemented in PieSeries class. Can be specified in the included and exluded arguments.
TooltipsRepresents the Tooltips data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments.
URLsRepresents the Urls data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments.
ValuesRepresents the Values data series. Implemented in Series class. Can be specified in the included and exluded arguments.
XSizesRepresents the XSizes series. Implemented in ShapeSeries class. Can be specified in the included and exluded arguments.
XValuesRepresents the XValues data series. Implemented in XYScatterSeries class. Can be specified in the included and exluded arguments.
YSizesRepresents the YSizes series. Implemented in ShapeSeries class. Can be specified in the included and exluded arguments.
ZSizesRepresents the ZSizes series. Implemented in ShapeSeries class. Can be specified in the included and exluded arguments.
ZValuesRepresents the ZValues data series. Implemented in PointSeries class. Can be specified in the included and exluded arguments.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.DataSeriesMask

Requirements

Target Platforms: Windows 7, 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

Reference

Xceed.Chart.Core Namespace