ChartWizardDataColumnBuilder

Methods

Field(System.Linq.Expressions.Expression)

Sets the field name of the column.

Parameters

expression - System.Linq.Expressions.Expression<Func>

The member expression for the Field

RETURNS

Returns the current instance of ChartWizardDataColumnBuilder.

Field(System.String)

Sets the field name of the column.

Parameters

value - System.String

The value for Field

RETURNS

Returns the current ChartWizardDataColumnBuilder instance.

Title(System.String)

Sets the title of the column.

Parameters

value - System.String

The value for Title

RETURNS

Returns the current ChartWizardDataColumnBuilder instance.