Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PolarAngleAxis Class / MinorTickVisible Property
Example


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