MinorTickMarks Property (Axis)
In This Topic
Gets or sets the location of the axis minor tick marks.
Syntax
'Declaration
<C1DescriptionAttribute("Axis.MinorTickMarks", "Gets or sets the location of the axis minor tick marks.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property MinorTickMarks As TickMark
[C1Description("Axis.MinorTickMarks", "Gets or sets the location of the axis minor tick marks.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public TickMark MinorTickMarks {get; set;}
See Also