Specifies the type of the plot rendered by this series

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GdxPlotType PlotType { get; set; }
Visual Basic
Public Property PlotType As GdxPlotType
	Get
	Set
JScript
function get PlotType () : GdxPlotType
function set PlotType (value : GdxPlotType)

See Also