Visavi Visual OPC .NET  

OpcBarmeter.ScaleStyle Property

Gets or sets the TickStyle indicating the placement of the scale on the barmeter.

[Visual Basic]
Public Property ScaleStyle As TickStyle

[C#]
public TickStyle ScaleStyle {get; set;}

[C++]
public: __property TickStyle get_ScaleStyle();
public: __property void set_ScaleStyle(TickStyle);

[JScript]
public function get ScaleStyle() : TickStyle;
public function set ScaleStyle(TickStyle);

Property Value

Determines the placement of the scale on the barmeter. The default value is TopLeft.

Remarks

A choice of TopLeft places the scale to the left of a vertically orientated barmeter and above a horizontally orientated one. A selection of Both shows scales on both sides of the barmeter while Neither hides the scales all together.

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

OpcBarmeter Class | OpcBarmeter Members | Visavi.Opc.Client.Forms Namespace