Contents Previous Next


XAxis Property (BDKGraphDefaults Object)

Description

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

Syntax

object.XAxis

Arguments

None.

Return Value

(BDKAxisDefaults) – the axis object.

Example

BDKApp.GraphDefaults.XAxis.Title = "This is the x-axis"