Class Aspect
Contains properties related to canvas and 2D / 3D
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Aspect(chart)
|
Field Attributes | Field Name and Description |
---|---|
When true, series contents will be restricted to paint inside axes boundaries.
|
Method Attributes | Method Name and Description |
---|---|
clipRect(r)
|
Class Detail
Aspect(chart)
- Parameters:
- {Tee.Chart} chart
- The parent chart this aspect object belongs to.
Field Detail
{Boolean}
clip
When true, series contents will be restricted to paint inside axes boundaries.
Method Detail
clipRect(r)
- Parameters:
- {Rectangle} r
- The rectangle object to apply clipping.