Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IndexAxis Class / TitleVisible Property
Example


In This Topic
    TitleVisible Property (IndexAxis)
    In This Topic
    Gets or sets whether the axis title is visible.
    Syntax
    'Declaration
     
    
    Public Property TitleVisible As Boolean
    'Usage
     
    
    Dim instance As IndexAxis
    Dim value As Boolean
     
    instance.TitleVisible = value
     
    value = instance.TitleVisible
    public bool TitleVisible {get; set;}
    Example
    This example sets the TitleVisible property.
    See Also