Search
AxisRendererBuilder(T).titleFontSize Method
See Also
 






Sets the size of font that should be used to draw the axis Title.

Namespace: com.mindfusion.charting.builders
File: com.mindfusion.charting.builders

 Syntax

Java  Copy Code

public AxisRendererBuilder<T> titleFontSize (
    double value
)

 Parameters

value

 Return Value

@return This AxisRendererBuilder.

 See Also