Specifies the number of logical units where to show the labels (and longer tick marks).

Use Frequency to configure short tick marks.

Notes:

- This value is set automatically when changing Units.

- Labels may be hidden if the view is crowded and MinLabelSpacing has been set

Default: 40

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double LabelFrequency { get; set; }
Public Property LabelFrequency As Double
	Get
	Set
public:
property double LabelFrequency {
	double get ();
	void set (double value);
}

See Also