问题标签 [gridlines]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1631 浏览

vb.net - Vb.NET:在列表视图中绘制行号

大家好,我有一个关于在 ListView 中绘制行号的问题,就像我在 DataGridView 中所做的那样。我正在使用 Visual Studio 2010。

在我的 DataGridView 中,我使用以下代码绘制行号:

结果在我的 DataGridView 中:http: //puu.sh/3h4CF.png

我希望我的 ListView 行号与我的 DataGridView 具有完全相同的样式,但似乎 ListView 默认不支持这种样式,我需要一个自定义控件(?)

我知道有些人会建议我改用返回 DataGridView,但我改用 ListView 的原因是因为如果我不填充数据,DataGridView 会给我空白区域,而 ListView 允许我在不填充任何数据的情况下拥有 GridLines。

所以我在这里有两个问题:

  • 如何像在 DataGridView 中一样在 ListView 中绘制带有数字的行标题?
  • 即使我没有填充任何数据,我也可以在 DataGridView 中显示网格线吗?如果可能,我该如何实现?

谢谢!

0 投票
2 回答
11613 浏览

css - 删除 tableView 中的网格线

我正在尝试使用 css 删除每个单元格的表格视图内的网格线。 在此处输入图像描述

例如,在 Name 和 Description 列之间,有一条线,我假设它是网格线。我不知道使用 css 删除它。我可以在 Java Swing 中使用 setShowGrid(false); 但这在 javaFX 中不可用。

0 投票
1 回答
2132 浏览

c# - 我可以在 devexpress 图表中显示选择性网格线吗?

我已经通过 devexpress winforms 控件绘制了一个图表。DateTime 在 X 轴上,Y 轴上的值很少。我提供的数据不包含定期的轴数据。例如,它将有今天、今天之后 3 天、今天之后 1 年等的数据——它们的位置不均等。我想突出显示已提供数据的数据点。我使用以下方法使网格线可见:

但这会以相等的间隔和间距绘制网格线。我怎样才能特别突出我给出的数据点......

0 投票
2 回答
786 浏览

excel - TeeChart 和 Excel 网格线

我在 Delphi(使用 Embarcadero XE3)中做一个需要 Excel 自动化的应用程序。

我需要将我的应用程序生成的 TeeChart 插入到 XLS 文件中。我将图表导出为 BMP,如下所示:

图像已正确导出。
然后我将图像插入到 Excel 中,如下所示:

插入成功,但图表网格线未与工作表网格线(垂直)对齐:

在此处输入图像描述

任何想法如何解决这个问题?

0 投票
1 回答
1084 浏览

r - 用 R 旋转绘图网格

例如 :

是否可以将红色网格围绕 x 轴和 y 轴(原点 {0,0})的交点旋转任意角度?这个例子没有任何意义,但我想这样做。

0 投票
0 回答
441 浏览

r - 使用 R 和 tcltk 的网格和非网格图

我在这样的 tcl tk 窗口中绘制数据。

在我的窗口中,我使用检查按钮将网格放置或删除到绘图中。

我的问题是:在这个例子中,我使用cars了数据,但实际上我使用了巨大的数据。因此,上述方法(绘制然后重新绘制)确实需要很长时间。

我的问题是:有没有办法明确地绘制图形,然后添加或删除网格而不重新绘制它?

谢谢你。

0 投票
2 回答
2064 浏览

java - JTable grid lines disappear unexpectedly

I have an S (very S) SCCE which illustrates the problem: there is a JTable and a JTree both contained in a JPanel with a BorderLayout. Most of the grid lines in the JTable show, but not the one at the left, and not the one at the top. Have tried experimenting with borders, with placing the JTable on its own dedicated JPanel, etc.

I have gleaned from the experts that it is a bad idea to call any of the setXXXSize methods, so have not resorted to setPreferredSize, for example. In the SSCCE you can swap the tree and table positions round by uncommenting the "EAST" line)

How do I make these obscured/missing gridlines reappear?

(NB the idea is eventually for the table to grow/shrink dynamically with the JTree, so that there are always the same number of rows in the table and the tree... hence the desire to contain both components on the same JPanel).

SSCCE:

later

In answer to the suggestion that all I have to do is wrap this JTable in a JScrollPane... this doesn't appear to solve the problem, at least with the standard Java L&F. I have also tried various permutations of sitting the JTable on a JScrollPane on a JPanel, sitting the JTable on its own JPanel and giving the latter a LineBorder, etc. The problem appears to be a bit trickier. My chief suspects are Insets and the layout managers... but 1) neither of the getInsets methods of the JTable is called in the course of this code however 2) maybe a BorderLayout is not ideal. I did try GridLayout and BoxLayout but, as I recall, neither of these solved the problem...

later

even simpler SSCCE which illustrates the prob (cannot see left-hand vertical gridline)

* later (6 Sep) *

screenshots for the two SSCCEs:

Table Grid Prob

Table Grid Prob 2

hope you can see the problem: missing vertical left-hand gridline (and top gridline it appears) in both cases...

0 投票
1 回答
589 浏览

r - 如何使横坐标(即网格线 y=0)在 ggplot2 中显得更暗或更粗?

我有一个折线图,其中一些点具有正值,而其他点具有负值(我正在绘制优势比)。我想让 y=0 网格线看起来更暗或更粗,以使视觉效果更明显。我怎么能用ggplot2做到这一点?

作为对此的延伸,我还想问这个问题:有没有一种方法可以使特定的网格线更暗或更粗(例如,y=5 或垂直网格线 x=-2)?

0 投票
1 回答
1289 浏览

android - TableLayout / Rows / TextView 边距

我有带有行的表格布局,并且在每一行中有一堆文本视图(全部以编程方式添加,没有 xml),我想要网格线,所以我试图通过 laoyoutparams 添加边距,但它看起来像 TableLayout.LayoutParams 仅适用于 textviews到行,所以我在行上得到一个边距,但在单元格上没有。我也尝试过在单元格上使用 RelativeLaout.LayoutParams,但 thaqt 也不起作用。任何人都可以为我的问题提出任何解决方案?

0 投票
1 回答
1216 浏览

charts - 使用 Google 可视化 API 自定义水平网格线

是否可以以不规则的间隔将水平网格线添加到 Google Visualization ColumnChart?类似于此图像图表上的 Good、Better、Best 标记:

具有任意网格线的图像图表

我试图自己弄清楚,但只找到了定期添加网格线的方法。在任意位置什么都没有。

如果谷歌可视化不能做到这一点,任何人都可以推荐一个好的 javascript svg 图表库吗?