Visit Gigasoft's Web Site
 ProEssentials v9 Help

HScrollStyle

Scope

Pego

Type

Int32

Default

PEHSS_SCROLLING_POINTLABELS

.NET

PeUserInterface.Scrollbar.HScrollStyle

Ocx|Vcl

HScrollStyle

DLL

PEP_nHSCROLLSTYLE

 

Purpose

The property defaults to zero which enables a new scrolling style for Graph Objects. In this new style, if there is no table shown, the PointLabels scroll/move with the data. In Version 3 and earlier the PointLabels were always stationary and their values would change as the graph was scrolled.  

 

.NET Gigasoft.Enums.

ActiveX and

 

HScrollStyle.

DLL Constants

Description

ScrollingPointLabels

PEHSS_SCROLLING_POINTLABELS (0)

If GraphPlusTable = GraphOnly, then PointLabels move position.

StationalPointLabels

PEHSS_STATIONARY_POINTLABELS (1)

PointLabels are always stationary in position.

 

Graph VCL Enumerations

eHScrollStyle = (gScrollingPointLabels, gStationaryPointLabels);

 

Comments

PeUserInterface.Scrollbar.HScrollStyle members of Pego.PeUserInterface.Scrollbar

 

See Also: PointsToGraph, AllowZooming, GraphPlusTable