ChartArea.AxisY Property

.NET Framework (current version)
 

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

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

[<BindableAttribute(true)>]
[<BrowsableAttribute(false)>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member AxisY : Axis with get, set

Property Value

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

An Axis object that represents the primary Y-axis.

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

.NET Framework
Available since 4.0
Return to top
Show: