HighchartsDataPoint(double? value) { _dateValue = null; _isDateTime = false; _doubleValue = value; _isDouble = true; _intValue = null; _isInt = false; _decimalValue = null; _isDecimal = false; _floatValue = null; _isFloat = false; _longValue = null; _isLong = false; _stringValue = null; _isString = false; }
public ColorOrGradient(Color color) { Color = new LiteralString(color.ToRGBAString()).ToString(); }