MonobjcMonobjc Documented Class Library
MinorTickLabelTextStyle Property
NamespacesMonobjc.CorePlotCPAxisMinorTickLabelTextStyle

Original signature is '@property (nonatomic,copy) CPTextStyle * minorTickLabelTextStyle;'

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