-
Notifications
You must be signed in to change notification settings - Fork 14
Title
Thomas Möller edited this page Apr 12, 2024
·
8 revisions
Title / SubTitle
This class contains methods and properties related to the title and the subtitle.
- none
The following sections contain a detailed description of the methods and properties.
With this property you specify the position of the (sub)title.
- posTop
- posLeft
- posBottom
- posRight
posTop
myChart.Title.Position
With this property you can specify if a (sub)title is shown.
False
myChart.Title.Show = True
In this property you pass the text that is to be displayed as (sub)title.
"My first Better Access Chart"
myChart.Title.Text = "I love Better Access Charts"