Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PolarRadiusAxis Class / LabelUnit Property


In This Topic
    LabelUnit Property (PolarRadiusAxis)
    In This Topic
    Gets or sets the interval from tick mark labels.
    Syntax
    'Declaration
     
    Public Property LabelUnit As Double
    'Usage
     
    Dim instance As PolarRadiusAxis
    Dim value As Double
     
    instance.LabelUnit = value
     
    value = instance.LabelUnit
    public double LabelUnit {get; set;}
    Exceptions
    ExceptionDescription
    value is less than or equal to zero.
    See Also