ChartYAxisMinorTicksSettingsBuilder

Methods

Color(System.String)

The color of the y axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Color

RETURNS

Returns the current ChartYAxisMinorTicksSettingsBuilder instance.

Size(System.Double)

The length of the tick line in pixels.

Parameters

value - System.Double

The value for Size

RETURNS

Returns the current ChartYAxisMinorTicksSettingsBuilder instance.

Visible(System.Boolean)

If set to true the chart will display the y axis minor ticks. By default the y axis minor ticks are not visible.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current ChartYAxisMinorTicksSettingsBuilder instance.

Visible()

If set to true the chart will display the y axis minor ticks. By default the y axis minor ticks are not visible.

RETURNS

Returns the current ChartYAxisMinorTicksSettingsBuilder instance.

Width(System.Double)

The width of the minor ticks in pixels.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current ChartYAxisMinorTicksSettingsBuilder instance.

Step(System.Double)

The step of the y axis minor ticks.

Parameters

value - System.Double

The value for Step

RETURNS

Returns the current ChartYAxisMinorTicksSettingsBuilder instance.

Skip(System.Double)

The skip of the y axis minor ticks.

Parameters

value - System.Double

The value for Skip

RETURNS

Returns the current ChartYAxisMinorTicksSettingsBuilder instance.