Axis.ScaleView Property

.NET Framework (current version)
 

Gets or sets the view of an axis.

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

[BindableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public AxisScaleView ScaleView { get; set; }

Property Value

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

An AxisScaleView object, which represents the scale view of an axis.

.NET Framework
Available since 4.0
Return to top
Show: