Version

GetTickmarkValues(Double,Double,Double) Method

Gets an array containing the values at which tickmarks in this axis should be plotted.
Syntax
'Declaration
 
Public Overloads Overrides Function GetTickmarkValues( _
   ByVal frequency As Double, _
   ByVal postInitial As Double, _
   ByVal preTerminal As Double _
) As Array
public override Array GetTickmarkValues( 
   double frequency,
   double postInitial,
   double preTerminal
)

Parameters

frequency
A multiple of the TickmarkInterval determining how often tickmarks should be plotted. The most typical value for this parameter is 1.0.
postInitial
A number to be added to the start value before tickmarks are generated.
preTerminal
A number to be subtracted from the end value, at which tickmark generation should stop.

Return Value

An array containing the values at which tickmarks in this axis should be plotted.
Requirements

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