mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
3.0 - polar chart
This commit is contained in:
@@ -9,7 +9,7 @@ namespace XCharts
|
||||
[SerieExtraComponent(typeof(LabelStyle), typeof(Emphasis))]
|
||||
public class EffectScatter : BaseScatter
|
||||
{
|
||||
public static void AddDefaultSerie(BaseChart chart, string serieName)
|
||||
public static Serie AddDefaultSerie(BaseChart chart, string serieName)
|
||||
{
|
||||
var serie = chart.AddSerie<EffectScatter>(serieName);
|
||||
serie.symbol.show = true;
|
||||
@@ -20,6 +20,7 @@ namespace XCharts
|
||||
{
|
||||
chart.AddData(serie.index, Random.Range(10, 100), Random.Range(10, 100));
|
||||
}
|
||||
return serie;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user