mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
增加代码API注释文档,整理代码
This commit is contained in:
@@ -36,7 +36,7 @@ namespace XCharts
|
||||
/// </summary>
|
||||
/// <param name="legendName">the name of legend</param>
|
||||
/// <returns></returns>
|
||||
public override bool IsLegendActive(string legendName)
|
||||
public override bool IsActiveByLegend(string legendName)
|
||||
{
|
||||
foreach (var serie in m_Series.series)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user