Type class
Rectangular pattern
Sources
RectPattern can be used (imported) via one of the following packages.
/** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.RectPattern * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
/** * -------------------------------------------------------- * Include via: <script src="core.js"></script> * Access items like: am4.RectPattern * -------------------------------------------------------- */
Inheritance
RectPattern extends Pattern
.
RectPattern is not extended by any other symbol.
Properties
backgroundFill # |
Type Inherited from Pattern background fill color. |
---|---|
backgroundOpacity # |
Type Inherited from Pattern backgorund opacity. (0-1) |
clonedFrom # |
Type Inherited from Reference to the original object this object was cloned from. We need to keep this so we can disassociate it from source object when this object is disposed. |
config # |
Type Inherited from Use this property to set JSON-based config. When set, triggers processing routine, which will go through all properties, and try to apply values, create instances, etc. Use this with caution, as it is a time-consuming process. It's used for initialchart setup only, not routine operations. |
element # |
Type Inherited from An SVG |
elements # |
Inherited from Returns the list of SVG elements comprising the pattern. |
fill # |
Type Inherited from Fill color of the pattern. |
fillOpacity # |
Type Inherited from Pattern fill opacity. (0-1) |
height # |
Type Inherited from Pattern height in pixels. |
id # |
Type Inherited from Sets the user-defined id of the element. |
patternUnits # |
Type Inherited from Pattern measuring units. Available options: "userSpaceOnUse" | "objectBoundingBox". |
rectHeight # |
Type Rectangle height in pixels. |
rectWidth # |
Type Rectangle width in pixels. |
rotation # |
Type Inherited from Pattern rotation in degrees. |
shapeRendering # |
Type Inherited from Shape rendering |
stroke # |
Type Inherited from Pattern stroke (border) color. |
strokeDasharray # |
Type Inherited from A "Dasharray" allows setting rules to make lines dashed, dotted, etc. Click here for more info on |
strokeOpacity # |
Type Inherited from Pattern stroke opacity. (0-1) |
strokeWidth # |
Type Inherited from Pattern stroke thickness in pixels. |
uid # |
Type Inherited from Returns object's internal unique ID. |
width # |
Type Inherited from Pattern width in pixels. |
x # |
Type Inherited from X position. (pixels) |
y # |
Type Inherited from Y position (px). |
There are 21 inherited items currently hidden from this list. |
Methods
addElement( element: ) |
Returns Inherited from Adds an element to the pattern. |
---|---|
animate( animationOptions: ) |
Returns Inherited from Animate pattern properties. |
clone( cloneId?: ) |
Returns Inherited from Makes a copy of this object and returns the clone. Try to avoid cloning complex objects like chart, create new instances if you need them. |
constructor() |
Returns Constructor |
copyFrom( source: ) |
Returns Inherited from Copies properties from another Pattern instance. |
dispose() |
Returns Inherited from Destroys this object and all related data. |
getCurrentThemes() |
Returns Inherited from Returns a list of themes that should be applied to this element. It could either be a list of themes set explicitly on this element, or system-wide. |
isDisposed() |
Returns Inherited from Returns if this object has been already been disposed. |
removeElement( element: ) |
Returns Inherited from Remove an element from the pattern. |
There are 8 inherited items currently hidden from this list. |
Events
RectPattern does not have any events.
Adapters
RectPattern does not have any adapters.