advanced help
per page, with , order by , clip by
Results of 1 - 1 of about 670 for 』( ! ---- | ----* (0.112 sec.)
』( (96003), ---- (-96125)
[[20040921184928]]
#score: 4667
@digest: 7326b229a242199be9c2cb998954bc61
@id: 9004
@mdate: 2004-09-21T10:03:35Z
@size: 1251
@type: text/plain
#keywords: crosses (16171), minorunit (12773), reverseplotorder (10831), scaletype (10781), majorunit (10731), crossesat (10539), 圧[ (7815), グ印 (7438), xlmaximum (7380), minimumscale (6634), maximumscale (6066), タ線 (5894), xllinear (5765), xlvertical (4777), 電圧 (4376), xlsecondary (4265), xlvalue (3909), activechart (3616), 軸目 (2832), xlcenter (2588), xlcategory (2402), axes (2059), xlautomatic (1808), verticalalignment (1644), 各デ (1417), horizontalalignment (1126), 縦書 (1051), 縦軸 (849), キン (829), 目盛 (774), 描画 (694), orientation (664)
『グラフのマクロ』(やぶ)
グラフの縦軸のラベルに「xxx電圧[V]」という感じで "[" や "]" を 縦書きにしたいのですが、どうやればよいのでしょうか? また、折れ線グラフで描画したデータ線に、各データのマーキング印をつけない ようにマクロでしたいのですが、どうすればいいのでしょうか? 後、2軸のグラフをマクロで作成しているのですが、2軸目の目盛が表示されないのです。 With ActiveChart.Axes(xlValue) .MinimumScale = 0 .MaximumScale = 2.4 .MinorUnit = 0.1 .MajorUnit = 0.2 .CrossesAt = 1 .Crosses = xlAutomatic .ReversePlotOrder = False .ScaleType = xlLinear End With With ActiveChart.Axes(xlCategory) .Crosses = xlMaximum End With With ActiveChart.Axes(xlValue, xlSecondary) .MinimumScale = 0 .MaximumScale = 240 .MinorUnit = 20 .MajorUnit = 10 .CrossesAt = 1 .Crosses = xlAutomatic .ReversePlotOrder = False .ScaleType = xlLinear End With With Selection .HorizontalAlignment = xlCenter .VerticalAlignment = xlCenter .Orientation = xlVertical End With という風に記述しているのですが。 すみませんが、よろしくお願いします。 ...
https://www.excel.studio-kazu.jp/wiki/kazuwiki/200409/20040921184928.txt - [detail] - similar
PREV NEXT
Powered by Hyper Estraier 1.4.13, with 97041 documents and 608209 words.

訪問者:カウンタValid HTML 4.01 Transitional