PointRendererConfig<D>  class 
 
Configuration for a line renderer.
- Inheritance
- 
    - Object
- LayoutViewConfig
- PointRendererConfig
 
- Implemented types
- Implementers
Constructors
- 
          PointRendererConfig({String? customRendererId, int layoutPaintOrder = LayoutViewPaintOrder.point, List<PointRendererDecorator< pointRendererDecorators = const [], double radiusPx = 3.5, double? boundsLineRadiusPx, double strokeWidthPx = 0.0, SymbolRenderer? symbolRenderer, Map<D> >String, SymbolRenderer> ? customSymbolRenderers})
Properties
- boundsLineRadiusPx → double?
- 
  Optional default radius of data bounds lines, used if a series does not
define a boundsLineRadiusPx accessor function.
  final
- customRendererId → String?
- 
  
  final
- 
  customSymbolRenderers
  → Map<String, SymbolRenderer> ?
- 
  Map of custom symbol renderers used to draw points.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  Unique identifier for the LayoutView.
  getter/setter pairinherited
- isFullPosition → bool
- 
  Returns true if it is a full position.
  no setterinherited
- layoutPaintOrder → int
- 
  The order to paint this renderer on the canvas.
  final
- paintOrder ↔ int?
- 
  The order to paint a LayoutView on the canvas.
  getter/setter pairinherited
- 
  pointRendererDecorators
  → List<PointRendererDecorator< D> >
- 
  List of decorators applied to rendered points.
  final
- position ↔ LayoutPosition?
- 
  The position of a LayoutView defining where to place the view.
  getter/setter pairinherited
- positionOrder ↔ int?
- 
  The order to place the LayoutView within a chart margin.
  getter/setter pairinherited
- radiusPx → double
- 
  Default radius of the points, used if a series does not define a radiusPx
accessor function.
  final
- rendererAttributes → RendererAttributes
- 
  Stores typed renderer attributes
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- strokeWidthPx → double
- 
  Stroke width of the target line.
  final
- symbolRenderer → SymbolRenderer?
- 
  Renderer used to draw the points. Defaults to a circle.
  final
- viewMargin ↔ ViewMargin
- 
  Defines the space around a layout component.
  getter/setter pairinherited
Methods
- 
  build() → PointRenderer< D> 
- 
  
  override
- 
  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