Dundas.SharePoint.Charting.WebParts Send comments on this topic.
AxisScaleBreakStyle Class
See Also  Members  
Dundas.Charting.WebControl Namespace : AxisScaleBreakStyle Class


AxisScaleBreakStyle class represents settings that control scale break feature.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Represents an axis automatic scale breaks settings.")>
<DefaultPropertyAttribute("Enabled")>
Public Class AxisScaleBreakStyle 
Visual Basic (Usage) Copy Code
Dim instance As AxisScaleBreakStyle
C#  
[DescriptionAttribute("Represents an axis automatic scale breaks settings.")]
[DefaultPropertyAttribute("Enabled")]
public class AxisScaleBreakStyle 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.AxisScaleBreakStyle

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