GridLineBorderHideWithAxis Property |
Should grid lines be hidden with axis or not
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 HideWithAxis { get; set; }
Public Property HideWithAxis As Boolean
Get
Set
public:
property bool HideWithAxis {
bool get ();
void set (bool value);
}
member HideWithAxis : bool with get, set
Property Value
Type:
Boolean
RemarksDefault value is true
See Also