-
Notifications
You must be signed in to change notification settings - Fork 14
Legend
Thomas Möller edited this page Sep 27, 2024
·
5 revisions
Legend
This class contains methods and properties related to 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.
- alStart
- alCenter
- alEnd
chAlign.alCenter
myChart.Legend.Align = chAlign.alEnd
With this property you specify the position of the legend.
- posTop
- posLeft
- posBottom
- posRight
chPosition.posTop
myChart.Legend.Position = chPosition.posTop
With this property you can specify if a legend is shown.
False
myChart.Legend.Show = True