Configurates
C1.Web.Mvc.ChartAxis<T>.MajorGrid. Sets a value indicating whether the axis includes grid lines.
Syntax
'Declaration
Public Function MajorGrid( _
ByVal As Boolean _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MajorGrid(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also