Dundas Chart for ASP.NET
View Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > AxisScale Class : View Property


Gets or sets the view of an axis.
Axis data view settings.

Syntax

Visual Basic (Declaration)  
Public Property View As AxisDataView
Visual Basic (Usage) Copy Code
Dim instance As AxisScale
Dim value As AxisDataView
 
instance.View = value
 
value = instance.View
C#  
public AxisDataView View {get; set;}

Return Value

An AxisDataView object that represents the view of an axis.

Remarks

Use this property to work with a data view for an axis.

For further details see the AxisDataView class documentation.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.