Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ValueAxis Class / MajorTickVisible Property
Example


In This Topic
    MajorTickVisible Property (ValueAxis)
    In This Topic
    Gets or sets whether the major tick marks are visible.
    Syntax
    'Declaration
     
    
    Public Property MajorTickVisible As Boolean
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As Boolean
     
    instance.MajorTickVisible = value
     
    value = instance.MajorTickVisible
    public bool MajorTickVisible {get; set;}
    Example
    This example sets the MajorTickVisible property.
    See Also