Visit Gigasoft's Web Site
 ProEssentials v11 Help

PointLabelsII

Scope

Pego

Type

2D Property Array of type String

Default

empty

JS / .NET

PeString.PointLabelsII

OCX / VCL

PointLabelsII

DLL

PEP_szaPOINTLABELSII

 

Purpose

This property provides a 2 dimensional table of labels below the x axis.  The number columns should match the Points property.  The number of rows should be 1 to 50. All rows have the same number of cells. The chart's logic will search for identical labels and form larger boxes with one label in place of multiple smaller boxes with identical labels.  

 

The table can be further formatted with vertical and horizontal grid lines via the properties PointLabelsIIBoxed and PointLabelsIISeparators.

 

Grid lines within the charting area normally draw vertical grid lines at data point locations.  GridLineSeparators set to True will draw grid lines at the mid point between data points.  This aligns with how the 2 dimensional point labels are separated making the chart grid lines and 2D PointLabels grid lines synchronize. 

 

Comments

PeString.PointLabelsII members of Pego.PeString

 

Within the demo, see example 036.

 

See Also: PointLabelsIIBoxed, PointLabelsIISeparators, GridLineSeparators