[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartLegendBuilder

ChartLegendBuilder Class

Defines a builder to configurate ChartLegend.

Inheritance
HideObjectMembers
ChartLegendBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class ChartLegendBuilder : BaseBuilder<ChartLegend, ChartLegendBuilder>

Constructors

Name Description
ChartLegendBuilder(ChartLegend)

Creates one ChartLegendBuilder instance to configurate obj.

Methods

Name Description
MaxSize(string)

Configurates MaxSize. Sets the maximum legend size (width for left or right position and height for top or bottom position).

Orientation(LegendOrientation)

Configurates Orientation. Sets a value that determines the orientation of the legend.

Position(Position)

Configurates Position. Sets the enumerated value that determines whether and where the legend appears in relation to the chart.

Scrollbar(bool)

Configurates Scrollbar. Sets a value that determines whether the scrollbar should be used for a long legend.

Title(string)

Configurates Title. Sets a value that determines the title of the legend.

TitleAlign(string)

Configurates TitleAlign. Sets a value that determines the align value of the legend.