Dundas Chart for Windows Forms
View Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : View Property


Gets or sets the view of an axis.

Syntax

Visual Basic (Declaration)  
Public Property View As AxisDataView
Visual Basic (Usage) Copy Code
Dim instance As Axis
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, or the Scrolling, Zooming and Data Views topic.

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

© 2009 All Rights Reserved.