Xceed Chart for WinForms v4.4 Documentation
ExponentMinorTicks Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleLogarithmic Class : ExponentMinorTicks Property
Specifies whether the minor ticks are generated exponentially.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies whether the minor ticks are generated exponentially.")>
<CategoryAttribute("Ticks")>
<DefaultValueAttribute()>
Public Property ExponentMinorTicks As Boolean
'Usage
 
Dim instance As AxisScaleLogarithmic
Dim value As Boolean
 
instance.ExponentMinorTicks = value
 
value = instance.ExponentMinorTicks
[Description("Specifies whether the minor ticks are generated exponentially.")]
[Category("Ticks")]
[DefaultValue()]
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

Reference

AxisScaleLogarithmic Class
AxisScaleLogarithmic Members