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