ChartDataAddYLabel

<< Click to Display Table of Contents >>

Navigation:  Charts >

ChartDataAddYLabel

Previous pageReturn to chapter overviewNext page

[VCL only]

Adds a new Y-Label to the chart. By default, the y-axis is labeled automatically. With ChartYLabelState you can switch to user defined labels and then add Y-Labels to the chart.

Each label that would automatically be drawn can be replaced with this method.

method void VPE.ChartDataAddYLabel(

pointer hData,

string YLabel

)

pointer hData

handle to ChartData object

string YLabel

string of label to add

Remarks:

You can control if, how and on what position y-labels are drawn with the following properties:

ChartYLabelState

ChartYGridStep

ChartYLabelStep

ChartYLabelDivisor

ChartDataSetMinimum

ChartDataSetMaximum