The marker size in device coordinates.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual float DeviceMarkerSize { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property DeviceMarkerSize As Single
Visual C++
public:
virtual property float DeviceMarkerSize {
	float get ();
}

Field Value

A float that contains the marker size.

See Also