Version

TickmarkPercentage Property

Specifies how often to place tick marks and labels along a chart axis as a percentage of the axis data range when AxisTickStyle is set to Percentage. The value specified is outside the range of valid values.
Syntax
'Declaration
 
Public Property TickmarkPercentage As Double
public double TickmarkPercentage {get; set;}
Exceptions
ExceptionDescription
System.ArgumentExceptionThe value specified is outside the range of valid values.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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