Contents Previous


YAxis Property (BDKGraphDefaults Object)

Description

Returns the default settings object for the y-axis of the graph.

Syntax

object.YAxis

Arguments

None.

Return Value

(BDKAxisDefaults) – the axis object.

Example

BDKApp.GraphDefaults.YAxis.Title = "This is the y-axis"