Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / ZIndex Property
Example


In This Topic
    ZIndex Property (SpreadChart)
    In This Topic
    Gets or sets the ZIndex of the chart.
    Syntax
    'Declaration
     
    
    Public Overridable Property ZIndex As Integer
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As Integer
     
    instance.ZIndex = value
     
    value = instance.ZIndex
    public virtual int ZIndex {get; set;}
    Remarks
    This property indicates the order in which the chart is displayed.
    Example
    This example sets the ZIndex property.
    See Also