MonobjcMonobjc Documented Class Library
Range Property
NamespacesMonobjc.CorePlotCPLimitBandRange

Original signature is '@property (nonatomic,retain) CPPlotRange * range;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual CPPlotRange Range { get; set; }
Public Overridable Property Range As CPPlotRange
	Get
	Set
public:
virtual property CPPlotRange^ Range {
	CPPlotRange^ get ();
	void set (CPPlotRange^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)