Configurates
C1.Web.Mvc.ChartAxis<T>.Reversed. Sets a value indicating whether the axis is reversed (top to bottom or right to left).
Syntax
'Declaration
Public Function Reversed( _
ByVal As Boolean _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> Reversed(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also