MonobjcMonobjc Documented Class Library
GlobalXRange Property
NamespacesMonobjc.CorePlotCPXYPlotSpaceGlobalXRange

Original signature is '@property (nonatomic,copy) CPPlotRange * globalXRange;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual CPPlotRange GlobalXRange { get; set; }
Public Overridable Property GlobalXRange As CPPlotRange
	Get
	Set
public:
virtual property CPPlotRange^ GlobalXRange {
	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)