AddYLabel

<< Click to Display Table of Contents >>

Navigation:  Charts >

AddYLabel

Previous pageReturn to chapter overviewNext page

[ActiveX, .NET, Java, PHP, etc., method of the TVPEChartData object]

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 TVPEChartData.AddYLabel(

string YLabel

)

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