com.googlecode.wickedcharts.highcharts.options
Class DateTimeLabelFormat
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat
- All Implemented Interfaces:
- Serializable
public class DateTimeLabelFormat
- extends Object
- implements Serializable
Defines the date time label format for the axis.
- Author:
- Matthias Balke
- See Also:
- http://api.highcharts.com/highcharts#xAxis.dateTimeLabelFormats,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTimeLabelFormat
public DateTimeLabelFormat()
getProperties
public Map<DateTimeLabelFormat.DateTimeProperties,String> getProperties()
getProperty
public String getProperty(DateTimeLabelFormat.DateTimeProperties key)
setProperty
public DateTimeLabelFormat setProperty(DateTimeLabelFormat.DateTimeProperties key,
String value)
Copyright © 2013. All Rights Reserved.