ComponentOne ASP.NET MVC Controls
IsContentHtml Method (ChartTooltipBuilder)

C1.Web.Mvc.Fluent Namespace > ChartTooltipBuilder Class : IsContentHtml Method
The value.
Configurates C1.Web.Mvc.ChartTooltip.IsContentHtml. Sets whether the tooltip contents should be displayed as plain text or as HTML.
Syntax
'Declaration
 
Public Function IsContentHtml( _
   ByVal value As Boolean _
) As ChartTooltipBuilder
public ChartTooltipBuilder IsContentHtml( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartTooltipBuilder Class
ChartTooltipBuilder Members