Line meter ラインメーター

Meter=Line displays the measure values as a series of data points connected by straight line segments.Meter=Line メジャー値を直線セグメントで接続された一連のデータポイントとして表示します。

Optionsオプション

General meter options一般メーターオプション
All general meter options are valid.一般的なメーターオプションはすべて有効です。
LineCount Default: 1LineCount デフォルト: 1
Number of lines in the meter.メーターの行数
MeasureName, MeasureName2, ..., MeasureNameNMeasureNameMeasureName2、...、MeasureNameN
Names of the measures to use as the source for a line. The measure(s) used must be able to return percentual values.行のソースとして使用するメジャーの名前。使用される数値データはパーセント値を返すことができなければなりません。
LineColor, LineColor2, ..., LineColorNLineColorLineColor2、...、LineColorN
Color for a line.線のです。
LineWidth Default: 1LineWidth デフォルト: 1
Width of the line(s) in pixels.ラインの幅(ピクセル単位)。
Scale, Scale2, ..., ScaleN Default: 1.0ScaleScale2、...、デフォルト:ScaleN 1.0
Scales (multiplies) the measure value to use for a line by the specified number.

Note: If AutoScale is enabled, this option is ignored.行に使用するメジャー値を指定された数で拡大縮小(乗算)します。

注:AutoScaleが有効な場合、このオプションは無視されます。
AutoScale Default: 0AutoScale デフォルト: 0
If set to 1, the lines are automatically scaled so that the largest value is visible in the meter. Otherwise the largest maximum value of the all of the measures used is used as the scale.に設定する1と、最大値がメーターに表示されるように線が自動的に拡大縮小されます。それ以外の場合は、使用されているすべてのメジャーの最大値の最大値がスケールとして使用されます。
HorizontalLines Default: 0HorizontalLines デフォルト: 0
If set to 1, horizontal marker lines are displayed behind the lines.に設定すると1、水平マーカーラインがラインの後ろに表示されます。
HorizontalLineColor Default: 0,0,0,255HorizontalLineColor デフォルト: 0,0,0,255
Color of the horizontal marker lines (for HorizontalLines=1).水平マーカー線の(for HorizontalLines=1)。
GraphStart Default: RightGraphStart デフォルト: Right
Starting point of the graph. Valid values are Left and Right.グラフの始点。有効な値はLeftand Rightです。
GraphOrientation Default: VerticalGraphOrientation デフォルト: Vertical
Orientation of the graph elements. Valid values are Horizontal and Vertical.グラフ要素の方向。有効な値はHorizontaland Verticalです。
Flip Default: 0Flip デフォルト: 0
If set to 1, the meter is flipped vertically.に設定する1と、メーターは上下に反転します。
TransformStroke Default: NormalTransformStroke デフォルト: Normal

Determines how the line (stroke) width is treated when TransformationMatrix is used on the meter.TransformationMatrixがメーターで使用されるときに線(ストローク)幅がどのように扱われるかを決定します。

  • Normal (default) : The line width will be impacted by any scale or skew transforms from TransformationMatrix.Normal (既定値):線幅は、TransformationMatrixからのスケール変換またはスキュー変換の影響を受けます。
  • Fixed : The line width will not be impacted by any transforms from TransformationMatrix. The width will be fixed to the width defined in LineWidth.Fixed:線幅は、TransformationMatrixからの変換による影響を受けません。幅は、LineWidthで定義された幅に固定されます。

Example

[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1

[Metadata]
Name=ExampleMeterLine
Author=The Rainmeter Team
Information=Example of the Line meter
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Version=1.0

[MeterBackground]
Meter=Image
W=220
H=80
SolidColor=150,150,150,255

[MeasureNetIn]
Measure=NetIn

[MeasureNetOut]
Measure=NetOut

[MeterNetworkLine]
Meter=Line
MeasureName=MeasureNetOut
MeasureName2=MeasureNetIn
X=5
Y=5
W=210
H=70
LineCount=2
LineColor=140,252,124,255
LineColor2=254,211,122,255
SolidColor=0,0,0,255
AutoScale=1
AntiAlias=1

An example skin demonstrating a Line meter.ラインメーターを示すサンプルスキン。

関連記事

スポンサーリンク

各ストレージの速度一覧 規格速度や実効速度(HDD/SSD/M2/NVMe/USBメモリ)

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る