Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PolarAxis Class / ScaleMode Property


    ScaleMode Property (PolarAxis)
    Controls the axis scale mode
    Syntax
    'Declaration
     
    <CategoryAttribute("Scaling")>
    <DescriptionAttribute("Controls the axis scale mode")>
    Public Overrides Property ScaleMode As AxisScaleMode
     
    'Usage
     
    Dim instance As PolarAxis
    Dim value As AxisScaleMode
     
    instance.ScaleMode = value
     
    value = instance.ScaleMode
    Exceptions
    ExceptionDescription
    Thrown if an attempt is made to switch to dimension mode
    Remarks
    The polar axis will throw an exception if you attempt to switch to dimension scale mode since this mode is not allowed for polar charts
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also