dotnetCHARTING Send comments on this topic.
GetSurfaceData Method
See Also 
dotnetCHARTING Namespace > Series Class : GetSurfaceData Method


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.
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

Visual Basic (Declaration) 
Public Function GetSurfaceData( _
   ByVal xGrouping As TimeIntervalAdvanced, _
   ByRef xDates As List _
) As Series
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim xGrouping As TimeIntervalAdvanced
Dim xDates As List
Dim value As Series
 
value = instance.GetSurfaceData(xGrouping, xDates)
C# 
public Series GetSurfaceData( 
   TimeIntervalAdvanced xGrouping,
   out List 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.

See Also

© 2021 All Rights Reserved.