MonobjcMonobjc Documented Class Library
YRange Property
NamespacesMonobjc.CorePlotCPXYPlotSpaceYRange

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

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