CustomNumberFormat

ChartDataCell.CustomNumberFormat property

Gets or sets the custom display format of numbers and dates. If value is empty will be used PresetNumberFormat value. Read/write String.

public string CustomNumberFormat { get; set; }

Exceptions

exceptioncondition
ArgumentNullExceptionThrown if value is null.

See Also