Xceed Chart for WinForms v4.4 Documentation
MajorTickMode Property (AxisScaleLogarithmic)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleLogarithmic Class : MajorTickMode Property
Controls the mode in which the major ticks are generated.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Ticks")>
<DescriptionAttribute("Controls the mode in which the major ticks are generated")>
Public Property MajorTickMode As MajorTickModeLogarithmic
'Usage
 
Dim instance As AxisScaleLogarithmic
Dim value As MajorTickModeLogarithmic
 
instance.MajorTickMode = value
 
value = instance.MajorTickMode
[DefaultValue()]
[Category("Ticks")]
[Description("Controls the mode in which the major ticks are generated")]
public MajorTickModeLogarithmic MajorTickMode {get; set;}
Remarks
See the Axis Scales topic for more information.
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