Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisScaleLogarithmic Class / ExponentMinorTicks Property


In This Topic
    ExponentMinorTicks Property
    In This Topic
    Specifies whether the minor ticks are generated exponentially.
    Syntax
    'Declaration
     
    <CategoryAttribute("Ticks")>
    <DescriptionAttribute("Specifies whether the minor ticks are generated exponentially.")>
    <DefaultValueAttribute(False)>
    Public Property ExponentMinorTicks As Boolean
    'Usage
     
    Dim instance As AxisScaleLogarithmic
    Dim value As Boolean
     
    instance.ExponentMinorTicks = value
     
    value = instance.ExponentMinorTicks
    [Category("Ticks")]
    [Description("Specifies whether the minor ticks are generated exponentially.")]
    [DefaultValue(false)]
    public bool ExponentMinorTicks {get; set;}
    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