dotnetCHARTING Send comments on this topic.
PercentEdgeOverlapToRemoveTicks Property
See Also 
dotnetCHARTING Namespace > Axis.TimeScaleLabelInfo Class : PercentEdgeOverlapToRemoveTicks Property


Gets or sets a value that indicates whether auto-generated range ticks are trimmed if more than the specified percentage of the label lingers outside of the axis bounds.

Syntax

Visual Basic (Declaration)  
Public Property PercentEdgeOverlapToRemoveTicks As Integer
Visual Basic (Usage) Copy Code
Dim instance As Axis.TimeScaleLabelInfo
Dim value As Integer
 
instance.PercentEdgeOverlapToRemoveTicks = value
 
value = instance.PercentEdgeOverlapToRemoveTicks
C#  
public int PercentEdgeOverlapToRemoveTicks {get; set;}

See Also