Dundas Chart for ASP.NET
ToolbarDocking Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : ToolbarDocking Enumeration


Specifies whether the toolbar is docked to the top or bottom of the chart.
Defines tool bar dock style

Syntax

Visual Basic (Declaration)  
Public Enum ToolbarDocking 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As ToolbarDocking
C#  
public enum ToolbarDocking : Enum 

Members

Member Description
Top The toolbar is docked to the top of the chart.
Tool bar is docked on top on the chart
Bottom The toolbar is docked to the bottom of the chart.
Tool bar is docked on bottom on the chart

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ToolbarDocking

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.