Name

datamarker — a marker for a collection of data

Synopsis

LZX: datamarker
JavaScript: datamarker
Type: Class
Access: public
Topic: Charting And Graphing.Common
Declared in: lps/components/charts/common/datamarker.lzx

Description

[Warning] Warning
This component is of Beta quality and is subject to change.
datamarker for the chart

Superclass Chain

datamarker

Known Subclasses

Details

Methods (2)

gradientFill()
<method name="gradientFill" />
public function gradientFill();
Add gradient fill to the current shape being drawn
renderValuePoint()
<method name="renderValuePoint" />
public function renderValuePoint();
Render value point

LZX Synopsis

<class name="datamarker">
  <method name=" gradientFill " />
  <method name=" renderValuePoint " />
</class>

JavaScript Synopsis

public datamarker {
  prototype public function gradientFill ();
  prototype public function renderValuePoint ();
}