DockToChartArea Property (ChartTitle)
In This Topic
Gets or sets the name of the chart area on which to draw the title. If omitted (or does not match any chart area name), the title is drawn relative to the chart rather than a specific chart area.
Syntax
'Declaration
Public Property DockToChartArea As String
public string DockToChartArea {get; set;}
See Also