ChartXAxisNotesIconSettingsBuilder

Methods

Background(System.String)

The background color of the notes icon.

Parameters

value - System.String

The value for Background

RETURNS

Returns the current ChartXAxisNotesIconSettingsBuilder instance.

Border(System.Action)

The border of the icon.

Parameters

configurator - System.Action<ChartXAxisNotesIconBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of ChartXAxisNotesIconSettingsBuilder .

Size(System.Double)

The size of the icon.

Parameters

value - System.Double

The value for Size

RETURNS

Returns the current ChartXAxisNotesIconSettingsBuilder instance.

Type(System.String)

The icon shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.

Parameters

value - System.String

The value for Type

RETURNS

Returns the current ChartXAxisNotesIconSettingsBuilder instance.

Visible(System.Boolean)

The icon visibility.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current ChartXAxisNotesIconSettingsBuilder instance.