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


In This Topic
    CustomStep Property (AxisScaleLogarithmic)
    In This Topic
    Specifies the major ticks step when the major tick mode is set to ExponentCustomStep or FixedCustomStep.
    Syntax
    'Declaration
     
    <CategoryAttribute("Ticks")>
    <DescriptionAttribute("Specifies the major ticks step when the major tick mode is set to ExponentCustomStep or FixedCustomStep.")>
    <DefaultValueAttribute(1)>
    Public Property CustomStep As Double
    'Usage
     
    Dim instance As AxisScaleLogarithmic
    Dim value As Double
     
    instance.CustomStep = value
     
    value = instance.CustomStep
    [Category("Ticks")]
    [Description("Specifies the major ticks step when the major tick mode is set to ExponentCustomStep or FixedCustomStep.")]
    [DefaultValue(1)]
    public double CustomStep {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