ChartArea.AxisY2 Property

.NET Framework (current version)
 

Gets or sets an Axis object that represents the secondary Y-axis.

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

<BindableAttribute(True)>
<BrowsableAttribute(False)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property AxisY2 As Axis

Property Value

Type: System.Web.UI.DataVisualization.Charting.Axis

An Axis object that represents the secondary Y-axis.

Use this property to manipulate the secondary Y-axis in the chart area.

.NET Framework
Available since 4.0
Return to top
Show: