13 lines
289 B
Markdown
13 lines
289 B
Markdown
# LineChart : Graph
|
|
This is the line chart class. It is based on the graph element. It draws lines between points.
|
|
|
|
|
|
## Protected Functions
|
|
|
|
|Method|Returns|Description|
|
|
|---|---|---|
|
|
|LineChart:init|LineChart|Initializes the LineChart instance
|
|
|LineChart:render|-|Renders the LineChart
|
|
|
|
|