TickLabels.NumberFormat

TickLabels.NumberFormat property

Represents the format string for the TickLabels object.

public string NumberFormat { get; set; }

Remarks

The formatting string is same as a custom format string setting to a cell. For example, “$0”.

See Also