PointOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

PointOptions({bool show, dynamic r, dynamic focus, num opacity, dynamic select, num sensitivity, String type, List<String> pattern})
factory

Properties

focus ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
opacity num
Set point opacity value.
getter/setter pair
pattern List<String>
The type of point or svg shape as string, to be drawn for each line
getter/setter pair
r ↔ dynamic
The radius size of each point.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select ↔ dynamic
getter/setter pair
sensitivity num
The senstivity value for interaction boundary.
getter/setter pair
show bool
Whether to show each point in line.
getter/setter pair
type String
The type of point to be drawn
getter/setter pair

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