Value of an axis label
CalculateLabelCullingPriority Method (AxisBase)
Called for every axis label to calculate its culling priority.
Syntax
protected virtual int CalculateLabelCullingPriority( 
   double tick
)

Parameters

tick
Value of an axis label

Return Value

Integer value that represents culling priority for this label. Overlapping labels are hidden based on this value if IsLabelCullingEnabled is set to True.
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