Configurates
C1.Web.Mvc.ChartAxis<T>.LabelPadding. Sets the label padding.
Syntax
'Declaration
Public Function LabelPadding( _
ByVal As Integer _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> LabelPadding(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also