Search Results

Type: Posts; User: zafzal

Search took 0.02 seconds.
  1. Removed the right border of the 1st legend item by below code

    .x-docked-bottom.x-legend .x-legend-item:nth-child(2n+1) {
    border-right: 0;
    }

    Closing this issue as it has been resolved
    ...
  2. Update - I have managed to remove the right border by adding an additional class however, right border is being removed from both the legend items. How do I get it to remove from just the first item...
  3. Thanks for replying. I have applied your suggestion however, the line markers have become different in the series that those in the chart itself. Anyway i have solved that by matching the new ones to...
  4. Hi @fabricio.murta, thank you for your reply and apologies for not providing the full detailed context. The version is 4.0.0.0. I am using the HTML version of Ext.Net which is used as HTML tags (if...
  5. Is it possible to change the font size of the title of Lineseries? I have tried applying Cls and StyleSpec however, Cls is not a valid property of Lineseries apparently and stylespec does not work.
Results 1 to 5 of 5