MonobjcMonobjc Documented Class Library
AxisShouldUpdateAxisLabelsAtLocations Method (axis, locations)
NamespacesMonobjc.CorePlotICPAxisDelegateAxisShouldUpdateAxisLabelsAtLocations(CPAxis, NSSet)

This method gives the delegate a chance to create custom labels for each tick. It can be used with any relabeling policy. Returning NO will cause the axis not to update the labels. It is then the delegates responsiblity to do this.

Original signature is '- (BOOL)axis:(CPAxis *)axis shouldUpdateAxisLabelsAtLocations:(NSSet *)locations;'

Declaration Syntax
C#Visual BasicVisual C++
bool AxisShouldUpdateAxisLabelsAtLocations(
	CPAxis axis,
	NSSet locations
)
Function AxisShouldUpdateAxisLabelsAtLocations ( _
	axis As CPAxis, _
	locations As NSSet _
) As Boolean
bool AxisShouldUpdateAxisLabelsAtLocations(
	CPAxis^ axis, 
	NSSet^ locations
)
Parameters
axis (CPAxis)
The axis.
locations (NSSet)
The locations of the major ticks.
Return Value
YES if the axis class should proceed with automatic relabeling.
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)