MonobjcMonobjc Documented Class Library
LineColor Property
NamespacesMonobjc.CorePlotCPMutableLineStyleLineColor

Original signature is '@property (nonatomic,retain) CPColor * lineColor;'

Declaration Syntax
C#Visual BasicVisual C++
public CPColor LineColor { get; set; }
Public Property LineColor As CPColor
	Get
	Set
public:
property CPColor^ LineColor {
	CPColor^ get ();
	void set (CPColor^ 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)