legend - team-moeller/better-access-charts GitHub Wiki
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.alEndWith this property you specify the position of the legend.
- posTop
- posLeft
- posBottom
- posRight
chPosition.posTop
myChart.Legend.Position = chPosition.posTopWith this property you can specify if a legend is shown.
False
myChart.Legend.Show = True