'Declaration Public Enum DataSeriesMask Inherits System.Enum
'Usage Dim instance As DataSeriesMask
public enum DataSeriesMask : System.Enum
'Declaration Public Enum DataSeriesMask Inherits System.Enum
'Usage Dim instance As DataSeriesMask
public enum DataSeriesMask : System.Enum
Member | Description |
---|---|
All | Specifies that all data series used by the series must be included. Cannot be used in the excluded argument. |
Angles | Represents the Angles series. Implemented in PolarSeries class. Can be specified in the included and exluded arguments. |
Appearance | Represents all series defined by the Appearance class - currently FillEffects and LineProperties. Can be specified in the included and exluded arguments. |
BubbleSizes | Represents the BubbleSizes data series. Implemented in BubbleSeries class. Can be specified in the included and exluded arguments. |
CloseValues | Represents the CloseValues data series. Implemented in StockSeries class. Can be specified in the included and exluded arguments. |
Cursors | Represents the Cursors data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments. |
CustomMapAreaAttributes | Represents the custom JSript or VBScript injected in the generated image map. Can be specified in the included and exluded arguments. |
EndValues | Represents the EndValues data series. Implemented in FloatBarSeries class. Can be specified in the included and exluded arguments. |
FillEffects | Represents the FillEffects data series. Implemented in Appearance class. Can be specified in the included and exluded arguments. |
HighValues | Represents the HighValues data series. Implemented in StockSeries class. Can be specified in the included and exluded arguments. |
Interactivity | Represents all series defined by the SeriesInteractivity class - currently Tooltips, Cursors, URLs and OpenInNewWindows. Can be specified in the included and exluded arguments. |
Labels | Represents the Labels data series. Implemented in Series class. Can be specified in the included and exluded arguments. |
LineProperties | Represents the LineProperties data series. Implemented in Appearance class. Can be specified in the included and exluded arguments. |
LowValues | Represents the LowValues data series. Implemented in StockSeries class. Can be specified in the included and exluded arguments. |
None | Specifies that no data series must be exlicitly excluded. Cannot be used in the included argument. |
OpenInNewWindow | Represents the OpenInNewWindow data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments. |
PieDetachments | Represents the Detachments data series. Implemented in PieSeries class. Can be specified in the included and exluded arguments. |
Tooltips | Represents the Tooltips data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments. |
URLs | Represents the Urls data series. Implemented in SeriesInteractivity class. Can be specified in the included and exluded arguments. |
Values | Represents the Values data series. Implemented in Series class. Can be specified in the included and exluded arguments. |
XSizes | Represents the XSizes series. Implemented in ShapeSeries class. Can be specified in the included and exluded arguments. |
XValues | Represents the XValues data series. Implemented in XYScatterSeries class. Can be specified in the included and exluded arguments. |
YSizes | Represents the YSizes series. Implemented in ShapeSeries class. Can be specified in the included and exluded arguments. |
ZSizes | Represents the ZSizes series. Implemented in ShapeSeries class. Can be specified in the included and exluded arguments. |
ZValues | Represents the ZValues data series. Implemented in PointSeries class. Can be specified in the included and exluded arguments. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.Core.DataSeriesMask
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