TextDecoration

Type "none" | "underline" | "overline" | "line-through" | "blink"

Defines available text decorations.

Sources

TextDecoration can be used (imported) via one of the following packages.

/**
 * --------------------------------------------------------
 * Import from: "core.ts"
 * Use like: am4core.TextDecoration
 * --------------------------------------------------------
 */
import * as am4core from "@amcharts/amcharts4/core";

/**
 * --------------------------------------------------------
 * Include via: <script src="core.js"></script>
 * Access items like: am4.TextDecoration
 * --------------------------------------------------------
 */

Inheritance

TextDecoration does not extend any other symbol.

TextDecoration is not extended by any other symbol.

Properties

TextDecoration does not have any properties.

Posted in UncategorizedTagged ,