[VB] | Public Sub setLegend(m As Integer) |
[C#] | public void setLegend(int m); |
ChartDirector 5.1 (.NET Edition)
Layer.setLegend
Usage
[VB] | Public Sub setLegend(m As Integer) |
[C#] | public void setLegend(int m); |
Description
Arguments
Argument | Default | Description |
---|---|---|
m | (Mandatory) | One of the predefined constants representing the legend entry ordering method for data sets within the layer. |
Return Value