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


This enumeration defines pattern for solid and blank sequences for rendering a line

Syntax

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

Members

Member Description
Dash Line consisting of dashes
DashDot Line consisting of a repeating pattern of dash-dot
DashDotDot Line consisting of a repeating pattern of dash-dot-dot
DashDashDot Line consisting of a repeating pattern of dash-dash-dot
Doubledash Line consisting of doubledashes
DoubledashHalfdash Line consisting of a repeating pattern of doubledash-halfdash-halfdash
DoubledashHalfdashHalfdash Line consisting of a repeating pattern of doubledash-halfdash
DoubledashDoubledashHalfdash Line consisting of a repeating pattern of doubledash-doubledash-halfdash
Halfdash Line consisting of halfdashes
HalfdashDot Line consisting of a repeating pattern of halfdash-dot
HalfdashDotDot Line consisting of a repeating pattern of halfdash-dot-dot
HalfdashHalfdashDot Line consisting of a repeating pattern of halfdash-halfdash-dot
Dot Line consisting of dots
Custom Custom pattern
Solid Solid line

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.Svg.SvgParameters.SvgDashStyle

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.