GraphModel

The GraphModel is used to determine the presentation style and proportions for various types of Graph objects.  To make the Graph scalable to any size, all length measurements are specified as a fraction of the Graph's total height.

GraphModel Inputs

Keyword

Description

Key Inputs

 

Description

A free-form string describing the object.

TitleTextHeight

Text height for the Graph title.

XAxisTitleTextHeight

Text height for the x‑axis title.

YAxisTitleTextHeight

Text height for the y‑axis title.

LabelTextHeight

The text height for both x‑axis and y‑axis labels.

TitleGap

The gap between the Graph title and the top of the Graph.

XAxisTitleGap

The gap between the x‑axis labels and the x-axis title.

XAxisLabelGap

The gap between the x‑axis and its labels.

YAxisTitleGap

The gap between the y‑axis labels and the y-axis title.

YAxisLabelGap

The gap between the y‑axis and its labels.

TopMargin

Size of the gaps between the respective edges of the outer pane and the Graph.  Expressed as a fraction of the Graph’s total height.

BottomMargin

LeftMargin

RightMargin

TitleTextModel

The TextModel used to determine the font, colour, and style for the Graph title.  The dropshadow settings are ignored.  Black Verdana text is used if this input is left blank.

AxisTitleTextModel

The TextModel used to determine the font, colour, and style for the x‑axis and y‑axis titles.  The dropshadow settings are ignored.  Black Verdana text is used if this input is left blank.

LabelTextModel

The TextModel used to determine the font, colour, and style for the labels next to the x‑axis and y‑axis tick marks.  The dropshadow settings are ignored.  Black Verdana text is used if this input is left blank.

GraphColor

The colour of the Graph background.

BackgroundColor

The colour of the outer pane background.

BorderColor

The colour of the Graph border.