Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisStripe Class
Members


In This Topic
    AxisStripe Class
    In This Topic
    Each axis stripe displayed by the chart axes is represented by an instance of this class.
    Object Model
    AxisStripe Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class AxisStripe 
    'Usage
     
    Dim instance As AxisStripe
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class AxisStripe 
    Remarks
    The class has properties controlling the stripe begin and end values as well as its appearance. See the Axis Stripes topic for more information.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.AxisStripe

    Public Constructors
     NameDescription
    Public ConstructorConstructs an axis stripe.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyFill effect of the stripe.  
    Public PropertySpecifies the beginning value of the axis stripe.  
    Public PropertyGives you access to the Interactivity object associated with the stripe.  
    Public PropertySpecifies the ending value of the axis stripe.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this axis stripe  
    Public MethodCheck whether the stripe is shown on the specified chart wall.  
    Public MethodCreates a user control which can be used for the visual editing of the axis stripe  
    Public MethodShow the stripe on the specified chart wall.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also