Search
AxisRendererBuilder(T).titleFontStyle Method
See Also
 






Sets the style 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> titleFontStyle (
    EnumSet<FontStyle> value
)

 Parameters

value

 Return Value

@return This AxisRendererBuilder.

 See Also