FromAxisMarker Method
Creates an AxisMarker DataSource object from an AxisMarker object.
Syntax
'Declaration Public Shared Function FromAxisMarker( _ ByVal sourceAxis As Axis, _ ByVal sourceMarker As AxisMarker _ ) As DataSource
'Usage Dim sourceAxis As Axis Dim sourceMarker As AxisMarker Dim value As DataSource value = DataSource.FromAxisMarker(sourceAxis, sourceMarker)
public static DataSource FromAxisMarker( Axis sourceAxis, AxisMarker sourceMarker )
Parameters
- sourceAxis
- Axis containing the axis marker.
- sourceMarker
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