ProEssentials
将金融、科技、工程和商业图表添加到您的应用程序。
由以下开发商制作:GigaSoft
ComponentSource开始代理销售的日期:2009年
Released: Aug 28, 2024
Pego1.PeString.PointLabelsII
. This feature allows 2D PointLabels that replace normal 1D PointLabels. If a row has identical values, only one centered label represents the multiple values.Pego1.PeString.GridLineSeparators
, set to True shifts vertical grid lines inside chart from centered on data points to straddle/separate the data points. This property will often be used along with new feature PointLabelsII, however, this feature can be used as needed.Pego1.PeString.PointLabelsIISeparators
, set to True adds vertical grid lines below the x axis that straddle/separate columns of PointLabelsII.Pego1.PeString.PointLabelsIIBoxed
, set to True adds horizontal grid lines below the x axis that straddle/separate rows of PointLabelsII. When combined with the vertical grid lines, this forms boxes around the PointLabelsII.Pe3do1.PeGrid.Option.GridAspectY
has been improved to allow non 1.0F values. Historically you had to modify GridAspectX and GridAspectZ with respect to keeping GridAspectY constant at 1.0F. Now GridAspectY may be modified with no consideration of GridAspectX and GridAspectZ. This simplifies adjusting the relative size of the vertical Y axis. Now you can easily expand/compress the Y Axis while maintaining the current zoom / visual distance. Adjusting GridAspectY does require setting Pe3do1.PeFunction.Force3dxVerticeRebuild = true;
and Pe3do1.Invalidate();
.