GetSurfaceData Method (Series)
Groups the time based elements by the specified time interval and returns a series with surface data. This method also populates a list of dates when can be mapped to the x axis of the chart.
Syntax
'Declaration Public Function GetSurfaceData( _ ByVal xGrouping As TimeIntervalAdvanced, _ ByRef xDates As List(Of Date) _ ) As Series
'Usage Dim instance As Series Dim xGrouping As TimeIntervalAdvanced Dim xDates As List(Of Date) Dim value As Series value = instance.GetSurfaceData(xGrouping, xDates)
public Series GetSurfaceData( TimeIntervalAdvanced xGrouping, out List<DateTime> xDates )
Parameters
- xGrouping
- Date grouping for the x axis of the resulting data.
- xDates
- A DateTime list representing the x axis dates. The index of the array corresponds to the x axis values.
Return Value
A series with surface data.
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