Skip to content
Thomas Möller edited this page Apr 12, 2024 · 8 revisions

Class name

Title / SubTitle

Purpose / Description

This class contains methods and properties related to the title and the subtitle.

Sub-Classes

Methods

  • none

Properties


Detailed description

The following sections contain a detailed description of the methods and properties.

Position

Description:

With this property you specify the position of the (sub)title.

Possible values:

  • posTop
  • posLeft
  • posBottom
  • posRight

Default value:

posTop

Sample code:

myChart.Title.Position

Related to:

Show, Text

Show

Description:

With this property you can specify if a (sub)title is shown.

Default value:

False

Sample code:

myChart.Title.Show = True

Related to:

Position, Text

Text

Description:

In this property you pass the text that is to be displayed as (sub)title.

Default value:

"My first Better Access Chart"

Sample code:

myChart.Title.Text = "I love Better Access Charts"

Related to:

Show, Position