Set the rendering parameters of bar chart visualization.
Signature:
setParameter(name: string, value: any): void;
Parameter | Description |
---|---|
name | The parameter name. It can be either "xres", "yres", "dataTexture" or "platteImage". |
value | The value of the parameter. Its data type and value range depend on the specific parameter. |
Returns:
void