'Declaration Public Overloads Sub AddLegend( _ ByVal position As ChartLegendPosition, _ ByVal overlay As Boolean _ )
'Usage Dim instance As Chart Dim position As ChartLegendPosition Dim overlay As Boolean instance.AddLegend(position, overlay)
public void AddLegend( ChartLegendPosition position, bool overlay )
Parameters
- position
- A ChartLegendPosition value indicating the position of the ChartLegend.
- overlay
- true if other chart elements are allowed to overlap the ChartLegend, otherwise false.