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


AxisScaleSegment class represents a single segment of the axis with it's own scale and intervals.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Represents a scale segment of the axis.")>
Public Class AxisScaleSegment 
Visual Basic (Usage) Copy Code
Dim instance As AxisScaleSegment
C#  
[DescriptionAttribute("Represents a scale segment of the axis.")]
public class AxisScaleSegment 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.AxisScaleSegment

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