Name | Description | |
---|---|---|
factor | A value that indicates how long to draw the major tick marks as a factor of the default length of the minor tick marks. Type: Number Default: 2 | |
interval | A value that indicates the frequency of the major tick marks and their numeric labels. Type: Number Default: 10 | |
marker | A value that indicates the shape to use in drawing major tick marks. Type: String Default: "rect" | |
offset | A value that indicates the distance in pixels from the edge of the face to draw the major tick marks. The numeric labels are drawn a few pixels outside of the major tick marks. Type: Number Default: 27 | |
position | A value that indicates the position of the major tick marks in relation to the edge of the face. Type: String Default: "inside" | |
style | A value that indicates the fill color and outline (stroke) of the major tick mark. For information on other style options that you can use, please see Style Options. Type: Object Default: {fill: "#1E395B", stroke:"none"} | |
visible | A value that indicates whether to show the major tick mark. Type: Boolean Default: true |