[VB] | Public Sub setLegendStyle(font As String, fontSize As Double, fontColor As Integer, bgColor As Integer) |
[C#] | public void setLegendStyle(string font, double fontSize, int fontColor, int bgColor); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.setLegendStyle
Usage
[VB] | Public Sub setLegendStyle(font As String, fontSize As Double, fontColor As Integer, bgColor As Integer) |
[C#] | public void setLegendStyle(string font, double fontSize, int fontColor, int bgColor); |
Description
Arguments
Argument | Default | Description |
---|---|---|
font | (Mandatory) | The font of the legend text. |
fontSize | (Mandatory) | The font size of the legend text in points. |
fontColor | (Mandatory) | The color of the legend text. |
bgColor | (Mandatory) | The background color of the legend box. |
Return Value