mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 10:50:08 +00:00
整理代码
This commit is contained in:
@@ -420,7 +420,6 @@ namespace XCharts
|
|||||||
RefreshChart();
|
RefreshChart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Update chart theme info.
|
/// Update chart theme info.
|
||||||
/// 切换图表主题。
|
/// 切换图表主题。
|
||||||
@@ -432,18 +431,6 @@ namespace XCharts
|
|||||||
UpdateTheme(m_ThemeInfo.theme);
|
UpdateTheme(m_ThemeInfo.theme);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Update chart theme info.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="info">info</param>
|
|
||||||
public void UpdateThemeInfo(ThemeInfo info)
|
|
||||||
{
|
|
||||||
m_ThemeInfo = info;
|
|
||||||
UpdateTheme(m_ThemeInfo.theme);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether series animation enabel.
|
/// Whether series animation enabel.
|
||||||
/// 启用或关闭起始动画。
|
/// 启用或关闭起始动画。
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ namespace XCharts
|
|||||||
{
|
{
|
||||||
private bool isDrawPie;
|
private bool isDrawPie;
|
||||||
private bool m_IsEnterLegendButtom;
|
private bool m_IsEnterLegendButtom;
|
||||||
private bool m_RefreshLabel;
|
|
||||||
|
|
||||||
protected override void Awake()
|
protected override void Awake()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user