mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 00:20:18 +00:00
增加DataZoom的startEndFunction委托
This commit is contained in:
@@ -22,4 +22,10 @@ namespace XCharts.Runtime
|
||||
/// <returns></returns>
|
||||
public delegate float SymbolSizeFunction(List<double> data);
|
||||
public delegate void CustomDrawGaugePointerFunction(VertexHelper vh, int serieIndex, int dataIndex, float currentAngle);
|
||||
/// <summary>
|
||||
/// DataZoom的start和end变更时的委托方法。
|
||||
/// </summary>
|
||||
/// <param name="start"></param>
|
||||
/// <param name="end"></param>
|
||||
public delegate void CustomDataZoomStartEndFunction(ref float start, ref float end);
|
||||
}
|
||||
Reference in New Issue
Block a user