mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
优化Legend的布局
This commit is contained in:
@@ -679,11 +679,6 @@ namespace XCharts
|
||||
return chartPosition + m_Title.location.GetPosition(chartWidth, chartHeight);
|
||||
}
|
||||
|
||||
public Vector3 GetLegendPosition()
|
||||
{
|
||||
return chartPosition + m_Legend.location.GetPosition(chartWidth, chartHeight);
|
||||
}
|
||||
|
||||
[Obsolete("Use BaseChart.RefreshLabel() instead.", true)]
|
||||
public void ReinitChartLabel() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user