
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)> <SerializableAttribute()> Public MustInherit Class SeriesBase
'Usage Dim instance As SeriesBase
[ClassInterface(ClassInterfaceType.AutoDual)] [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)] [Serializable()] public abstract class SeriesBase
System.Object
Xceed.Chart.Core.SeriesBase
Xceed.Chart.Core.Series
Xceed.Chart.Core.SurfaceSeriesBase
Name | Description | |
---|---|---|
![]() | EmptyDataPointsAppearance | Gives you access to an instance of the EmptyDataPointsAppearance class controlling the appearance of the empty data points displayed by the series |
![]() | InflateMargins | Inflates the margins of the series to fit the chart area. |
![]() | Legend | Gives you access to an instance of the SeriesLegend class controlling the representation of the series in the legend. |
![]() | Name | The name of the series. |
![]() | Shadow | Gives access to the Shadow object controlling the shadow of the series. Shadows are visible when the scene is rendered with GDI+. |
![]() | Visible | Controls the visibility of the series. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an identical copy of this series object |
![]() | DisplayOnAxis | Overloaded. Instructs the chart whether to scale the series on one of the standard chart axes. |
![]() | GetDataSeries | Virtual method returning a collection of the data series that the series uses. The included series are controlled with the included and excluded parameters. |
![]() | GetUserControl | Creates a user control which can be used for the visual editing of the series |
![]() | IsDisplayedOnAxis | Overloaded. Queries whether the series is scaled on the specified standard axis. |
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