| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > NotApplicableText Property SharpPlot.NotApplicableText PropertySet “Not Applicable” Filler. By default, tables show missing values as “ – “ which may be reset with this property. public string NotApplicableText {get; set;} Examplesp.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. See also ... |