Allows you to set additional visual attributes in a custom grid line.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration CustomGridLineStyles
C#
public enum CustomGridLineStyles
Visual C++
public enum class CustomGridLineStyles
JavaScript
Nasosoft.Chart.Drawing.CustomGridLineStyles = function();
Nasosoft.Chart.Drawing.CustomGridLineStyles.createEnum('Nasosoft.Chart.Drawing.CustomGridLineStyles', false);

Members

Member nameDescription
None
No styling
HideText
Hides the text for the CustomGridLine
Hide
Hides the CustomGridLine
BackOnly
Disables interactivity for the CustomGridLine
ColorText
Applies the line color to the text
HideLine
Hides the line only
OutsideText
Places the line's text outside the chart area
ShowValue
Show the line's associated value

See Also