Method | Description | |
---|---|---|
GetHAxisOptions ( int xAxis ) : object | ||
GetLineGraphOptions ( string title, string player1Name, string player2Name, ForwardAndReversePerTurnPlayerCounters forwardAndReverseCounters, ForwardAndReversePerTurnPlayerCounters turnCounters, int throughTurn ) : object | ||
GetLineGraphOptions ( string title, string xAxisLabel, string seriesLabel, int xAxis, float seriesData ) : object | ||
GetLineGraphOptions ( string title, string xAxisLabel, string series1Label, string series2Label, int xAxis, float series1, float series2 ) : object |
public static GetHAxisOptions ( int xAxis ) : object | ||
xAxis | int | |
return | object |
public static GetLineGraphOptions ( string title, string player1Name, string player2Name, ForwardAndReversePerTurnPlayerCounters forwardAndReverseCounters, ForwardAndReversePerTurnPlayerCounters turnCounters, int throughTurn ) : object | ||
title | string | |
player1Name | string | |
player2Name | string | |
forwardAndReverseCounters | ForwardAndReversePerTurnPlayerCounters | |
turnCounters | ForwardAndReversePerTurnPlayerCounters | |
throughTurn | int | |
return | object |
public static GetLineGraphOptions ( string title, string xAxisLabel, string seriesLabel, int xAxis, float seriesData ) : object | ||
title | string | |
xAxisLabel | string | |
seriesLabel | string | |
xAxis | int | |
seriesData | float | |
return | object |
public static GetLineGraphOptions ( string title, string xAxisLabel, string series1Label, string series2Label, int xAxis, float series1, float series2 ) : object | ||
title | string | |
xAxisLabel | string | |
series1Label | string | |
series2Label | string | |
xAxis | int | |
series1 | float | |
series2 | float | |
return | object |