AxisGridlines Class
Represents an axis major or minor gridlines.
- Inheritance:
- System.ObjectAxisGridlines
Properties
Fill
Gets or sets the fill formatting options.
Property Value
The fill formatting options.
IsVisible
Gets or sets a value indicating whether gridlines are visible.
Property Value
- System.Boolean
true if gridlines are visible; otherwise, false.
Outline
Gets or sets the outline formatting options.
Property Value
The outline formatting options.
Methods
Delete()
Deletes gridlines.
ToString()
Returns a System.String that represents this AxisGridlines instance.
Returns
- System.String
A System.String that represents this AxisGridlines instance.
Overrides
System.Object.ToString()
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).