Implements IsDiscrete.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public bool IsDiscrete { get; set; }
Visual Basic (Declaration)
Public Property IsDiscrete As Boolean
Visual C++
public:
virtual property bool IsDiscrete {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IScale..::.IsDiscrete

See Also