Replaces the label at the given index.
Original signature is '- (BOOL)replaceLabelAtIndex:(NSUInteger)index withLabel:(NSString *)label'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public virtual bool ReplaceLabelAtIndexWithLabel( NSUInteger index, NSString label )
Public Overridable Function ReplaceLabelAtIndexWithLabel ( _ index As NSUInteger, _ label As NSString _ ) As Boolean
public: virtual bool ReplaceLabelAtIndexWithLabel( NSUInteger index, NSString^ label )

- index (NSUInteger)
- The index of the label that will be replaced.
- label (NSString)
- The new label.

YES if successful; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)