ChartGridStyleDrawHorizontalLines Property |
Should horizontal lines be rendered
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool DrawHorizontalLines { get; set; }
Public Property DrawHorizontalLines As Boolean
Get
Set
public:
property bool DrawHorizontalLines {
bool get ();
void set (bool value);
}
member DrawHorizontalLines : bool with get, set
Property Value
Type:
Boolean
See Also