AxisRenderer
public class AxisRendererRenders axis lines, ticks, labels, and grid lines.
Constructors
Section titled “Constructors”
AxisRenderer(ChartTheme)
Section titled “AxisRenderer(ChartTheme)”public AxisRenderer(ChartTheme theme = null)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
theme |
ChartGuru.ChartTheme |
Methods
Section titled “Methods”
SetAxes(AxisConfig, AxisConfig)
Section titled “SetAxes(AxisConfig, AxisConfig)”public void SetAxes(AxisConfig xAxis, AxisConfig yAxis)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
xAxis |
ChartGuru.AxisConfig | |
yAxis |
ChartGuru.AxisConfig | |
SetScales(Scale, Scale)
Section titled “SetScales(Scale, Scale)”public void SetScales(Scale xScale, Scale yScale)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
xScale |
ChartGuru.Scale | |
yScale |
ChartGuru.Scale | |
SetPlotArea(Rect)
Section titled “SetPlotArea(Rect)”public void SetPlotArea(Rect plotArea)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
plotArea |
UnityEngine.Rect | |
RenderGL()
Section titled “RenderGL()”public void RenderGL()Render axes using immediate mode GL.
GetXAxisTickLabels()
Section titled “GetXAxisTickLabels()”public TickLabel[] GetXAxisTickLabels()Get tick label positions for text rendering.
Returns
ChartGuru.TickLabel[] — No return description is available.
GetYAxisTickLabels()
Section titled “GetYAxisTickLabels()”public TickLabel[] GetYAxisTickLabels()Get tick label positions for text rendering.
Returns
ChartGuru.TickLabel[] — No return description is available.