Click or drag to resize
ChartValueFormat Enumeration
Axis value format

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ChartValueFormat
Members
  Member nameValueDescription
None0 No format
Currency1 "C". Currency Format
Scientific2 "E". The format of scientific calculation
General3 "G". The general format
Number4 "N". Digital Format
Percent5 "P". Percentage format
ShortDate6 Short date format
ShortTime7 Short time format
LongDate8 Long date format
LongTime9 Long time format
See Also