ComponentOne ASP.NET MVC Controls
Position Method (ChartLegendBuilder)

C1.Web.Mvc.Fluent Namespace > ChartLegendBuilder Class : Position Method
The value.
Configurates C1.Web.Mvc.ChartLegend.Position. Sets the enumerated value that determines whether and where the legend appears in relation to the chart.
Syntax
'Declaration
 
Public Overridable Function Position( _
   ByVal value As Position _
) As ChartLegendBuilder
public virtual ChartLegendBuilder Position( 
   Position value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartLegendBuilder Class
ChartLegendBuilder Members