ProEssentials
애플리케이션에 금융, 과학, 엔지니어링 및 비즈니스 차트를 추가합니다.
GigaSoft사에서 공개
2009년 부터 ComponentSource에서 판매중
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();
.