Jump to content

andreyka

uniGUI Subscriber
  • Posts

    8
  • Joined

  • Last visited

Everything posted by andreyka

  1. as I understand if some features are unimplemented I need use expansions via extjs. But because I do not have experience in extjs I have a big problem with a possibly trivial setting like setting the header height of chart. Maybe You have a little dictionary for newbies in UniGUI with explain how I can solve my tasks without many questions?
  2. Hi Now I try to use barseries. But in my project there are place for any series
  3. When I uncheck default property on first series then color of this series filled all other series on this chart. And I have another problem - colors in legend stayed old.
  4. How I can change colors of any TUniChart series? I try to change brush.color property on any series in ChartDemo but it does not work Colors stay default build 1.10.0.1453
  5. Проект собран на beta 1.10.0.1452, поэтому часть с IUniJSInterface написана по памяти ChartSample01.zip
  6. Здравствуйте. Возникла проблема с установкой подписи, минимального и максимального значений оси В релизе uc_trendmain.Axes.AxisA.Title := new_name; uc_trendmain.Axes.AxisA.Min :=min_value; uc_trendmain.Axes.AxisA.Max :=max_value; не срабатывало, поэтому пришлось делать так: IUniJSInterface(uc_trendmain).JSCall('chart.axes.items[0].setTitle', [new_name]); IUniJSInterface(uc_trendmain).JSAssign('chart.axes.items[0].minimum', [mi_value]); IUniJSInterface(uc_trendmain).JSAssign('chart.axes.items[0].maximum', [max_value]); При попытке компиляции проекта на beta 1.10.0.1452 первый вариант так и не работает, а второй начал выдавать ошибку: Cannot read property '0' of undefined Ну и вопрос: как можно в текущей beta устанавливать такие настройки? И еще оди вопрос в дополнение: можно ли отобразить на графике сетку?
×
×
  • Create New...