WindowBarsPerChart
WindowBarsPerChart
返回图表上可见的条形图数量。
int WindowBarsPerChart();参数
无。
返回值
图表上可见的条形图数量。
示例:
// work with visible bars.
int bars_count=WindowBarsPerChart();
int bar=WindowFirstVisibleBar();
for(int i=0; i<bars_count; i++,bar--)
{
// ...
}最后更新于