Gets or sets the relative overlap of major axis tick. The range of values is from 0 to 1.
The default value 0 means no overlap,when the overlap is 1, the whole tick is inside the plot area.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public double MinorTickOverlap { get; set; } |
Visual Basic |
---|
Public Property MinorTickOverlap As Double Get Set |
XAML Attribute Usage |
---|
<object MinorTickOverlap="double" .../> |