CustomNumberFormat

Propiedad ChartDataCell.CustomNumberFormat

Obtiene o establece el formato de visualización personalizado de números y fechas. Si el valor está vacío se usará el valor de PresetNumberFormat. Lectura/escritura String.

public string CustomNumberFormat { get; set; }

Excepciones

excepcióncondición
ArgumentNullExceptionLanzada si el valor es null.

Véase También