Glossary Item Box

LabDevTools Send comments on this topic.

NumericalLabelsLink

Gets or sets the connection of the numerical labels.

 

[Visual Basic]
Public Property NumericalLabelsLink As LinkLabels 
[C#]
public LinkLabels NumericalLabelsLink

 

[Visual Basic]

Public Enum LinkLabels As Byte
     Grid

     MeasureUnit

End Enum

 

[C#]

public enum LinkLabels : byte

{

     Grid,

     MeasureUnit

}

 

Observations:

The connection of the numerical labels can be made or on the present grid or on the measure unit on the two aces.

Of default it is LinkLabels.Grid.

See also:

AxisColor | AxisX | AxisY | Border3DStyle | Grid | GridColor | GridStyle | GridXSize | GridYSize | LabelAxisX | LabelAxisY | OriginLabel | Ox | Oy | XLabels | XLabelsMultiplier | YLabels | YLabelsMultiplier

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.