Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Server.v4.4 Assembly / Xceed.Chart.Server Namespace / ChartServerControl Class / AxisStripe Event


In This Topic
    AxisStripe Event
    In This Topic
    The AxisStripe delegate is invoked when the response type is "HTML Image Map" and the user clicks on an axis stripe.
    Syntax
    'Declaration
     
    Public Event AxisStripe As EventHandler
    'Usage
     
    Dim instance As ChartServerControl
    Dim handler As EventHandler
     
    AddHandler instance.AxisStripe, handler
    public event EventHandler AxisStripe
    Remarks
    The ParamMapEventArgs object passed by the delegate contains the following parameters: int chartIndex - the index of the Chart object containing the stripe in the Charts collection. int axisIndex - the index of the axis containing the stripe in the Axes collection. int stripeIndex - the index of the axis stipe in the AxisStipes collection.
    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