IEmClusterAnalysisSettings.DendogramOrientation

Fore syntax

DendogramOrientation: DendogramOrientationType;

Fore.NET syntax

DendogramOrientation: Prognoz.Platform.Interop.Stat.DendogramOrientationType;

Description

The DendogramOrientation property determines the orientation of a dendogram.

Comments

Tree chart is a specialized type of a chart. In a tree chart objects are arranged in hierarchical order to emphasize their mutual affinity based on the measured properties.

By default DendogramOrientation = DendogramOrientationType.South, that is, tree chart is oriented southwards.

Fore and Fore.NET examples

The property use is given in the example for IEmClusterAnalysisSettings.ClusterObjects.

See also:

IEmClusterAnalysisSettings