-
Notifications
You must be signed in to change notification settings - Fork 14
Legend_Title
Thomas Möller edited this page Sep 27, 2024
·
9 revisions
Title
This class contains methods and properties related to the title of the legend.
- none
The following sections contain a detailed description of the methods and properties.
With this property you specify the alignment of the legend title.
- alStart
- alCenter
- alEnd
chAlign.alCenter
myChart.Legend.Title.Align = chAlign.alEnd
With this property you can specify if a title for the legend is shown.
False
myChart.Legend.Title.Show = True
In this property you pass the text that will be displayed as the title of the legend.
- (nothing)
myChart.Legend.Title.Text = "I am the title"