Axis Constructor (ChartArea, AxisName)

.NET Framework (current version)
 

Initializes a new instance of the Axis class with the specified ChartArea and axisTypeName values.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Public Sub New (
	chartArea As ChartArea,
	axisTypeName As AxisName
)

Parameters

chartArea
Type: System.Web.UI.DataVisualization.Charting.ChartArea

The chart area that the axis is drawn to.

axisTypeName
Type: System.Web.UI.DataVisualization.Charting.AxisName

The axis type name.

.NET Framework
Available since 4.0
Return to top
Show: