[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LabelMin

LabelMin Method

LabelMin(bool)

Configurates LabelMin. Sets a value that determines whether the minimum axis value should be always labeled.

Declaration
public ChartAxisBuilder<T> LabelMin(bool value)
Public Function LabelMin(value As Boolean) As ChartAxisBuilder(Of T)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
ChartAxisBuilder<T>

Current builder.