INChartValueAxisDataSourceName Method |
Get the name that is displayed in the axis' caption.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax string Name(
NChartValueAxis axis
)
Function Name (
axis As NChartValueAxis
) As String
String^ Name(
[InAttribute] NChartValueAxis^ axis
)
Parameters
- axis
- Type: NChart3D_UWPNChartValueAxis
Axis to get the name for.
Return Value
Type:
StringThe name of the axis.
See Also