| Contents > SharpPlot > Properties | Index |
SharpPlot.NotApplicableText Property
Set Not Applicable Filler. By default, tables show missing values as which may be reset with this property.
public string NotApplicableText {get; set;}
Example
sp.NotApplicableText = "n/a";
This will be shown in the case of a Cross-tab where no data is found for the particular combination of group and category which intersects at each cell.
