MonobjcMonobjc Documented Class Library
XRange Property
NamespacesMonobjc.CorePlotCPXYPlotSpaceXRange

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

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