ChartStyle class
Constructors
- 
          ChartStyle({double pointWidth = 11.0, double nowPriceLineLength = 1, double nowPriceLineSpan = 1, double nowPriceLineWidth = 1, int gridRows = 4, int gridColumns = 4, List<String> ? dateTimeFormat, double dataFontSize = 10, MainRendererStyle main = const MainRendererStyle(), SecondaryRendererStyle secondary = const SecondaryRendererStyle(), VolumeRendererStyle volume = const VolumeRendererStyle(), ChartSelectStyle select = const ChartSelectStyle(), DepthColors depth = const DepthColors(), ChartColors colors = const ChartColors(), String? fontFamily})
Properties
- colors → ChartColors
- 
  
  final
- dataFontSize → double
- 
  Chart number data text font size.
  final
- 
  dateTimeFormat
  ↔ List<String> ?
- 
  
  getter/setter pair
- depth → DepthColors
- 
  
  final
- fontFamily → String?
- 
  
  final
- gridColumns ↔ int
- 
  
  getter/setter pair
- gridRows ↔ int
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- main → MainRendererStyle
- 
  
  final
- nowPriceLineLength ↔ double
- 
  
  getter/setter pair
- nowPriceLineSpan ↔ double
- 
  
  getter/setter pair
- nowPriceLineWidth ↔ double
- 
  
  getter/setter pair
- pointWidth ↔ double
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- secondary → SecondaryRendererStyle
- 
  
  final
- select → ChartSelectStyle
- 
  
  final
- volume → VolumeRendererStyle
- 
  
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited