HeroStats Libraries
HeroConfigDataSet.GraphDataDataTable.AddGraphDataRow Method (String, String, String)

[This is preliminary documentation and subject to change.]

[Visual Basic]
Overloads Public Function AddGraphDataRow( _
   ByVal HeroName As String, _
   ByVal TabText As String, _
   ByVal Statistic As String _
) As GraphDataRow
[C#]
public GraphDataRow AddGraphDataRow(
   string HeroName,
   string TabText,
   string Statistic
);

See Also

HeroConfigDataSet.GraphDataDataTable Class | HeroStats.StatsEngine Namespace | HeroConfigDataSet.GraphDataDataTable.AddGraphDataRow Overload List