[VB] | Public Function addPlotAreaTitle(alignment As Integer, text As String) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox addPlotAreaTitle(int alignment, string text); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addPlotAreaTitle
Usage
[VB] | Public Function addPlotAreaTitle(alignment As Integer, text As String) As ChartDirector.TextBox |
[C#] | public ChartDirector.TextBox addPlotAreaTitle(int alignment, string text); |
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