MonobjcMonobjc Documented Class Library
PlotRange Property
NamespacesMonobjc.CorePlotCPBarPlotPlotRange

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

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