Version

SecondarySeriesLabelFormat Method

Gets the default secondary series label format for the given chart type and axis number.
Syntax
'Declaration
 
Public Shared Function SecondarySeriesLabelFormat( _
   ByVal chart As ChartType, _
   ByVal axis As AxisNumber _
) As AxisSeriesLabelFormat
public static AxisSeriesLabelFormat SecondarySeriesLabelFormat( 
   ChartType chart,
   AxisNumber axis
)

Parameters

chart
The ChartType to get the default secondary series label format for.
axis
The AxisNumber to get the default secondary series label format for.

Return Value

The default secondary series label format for the given chart type and axis number.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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