[C#] | public ChartDirector.TextBox addPlotAreaTitle(int alignment, string text); |
[VB] | Public Function addPlotAreaTitle(alignment As Integer, text As String) As ChartDirector.TextBox |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public ChartDirector.TextBox addPlotAreaTitle(int alignment, string text); |
[VB] | Public Function addPlotAreaTitle(alignment As Integer, text As String) As ChartDirector.TextBox |
Description
Arguments
Argument | Default | Description |
---|---|---|
alignment | (Mandatory) | The alignment with respect to the region that is on top of the plot area. See Alignment Specification for supported alignment types. |
text | (Mandatory) | The text to add. |
Return Value