Class Tee.Chart.Aspect
Contains properties related to canvas and 2D / 3D
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Tee.Chart.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
Tee.Chart.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:
- {Tee.Rectangle} r
- The rectangle object to apply clipping.