ChartPainterSeriesModel class
Chart Series ChartSeriesModel
Defines the properties used to build a Charts's Series
- Inheritance
-
- Object
- WidgetModel
- ChartPainterSeriesModel
- Implementers
Constructors
- ChartPainterSeriesModel(WidgetModel parent, String? id, {dynamic x, dynamic y, dynamic y0, dynamic color, dynamic stroke, dynamic radius, dynamic size, dynamic label, String? type, dynamic animated, dynamic name, dynamic group, dynamic stack, dynamic showarea, dynamic showline, dynamic showpoints, dynamic curved})
Properties
- ancestors → List?
-
no setterinherited
- busy ↔ bool
-
getter/setter pairinherited
- busyObservable → BooleanObservable?
-
no setterinherited
-
children
↔ List<
WidgetModel> ? -
getter/setter pairinherited
- color ↔ Color?
-
getter/setter pair
- context → BuildContext?
-
no setterinherited
- curved ↔ bool
-
getter/setter pair
- data ↔ dynamic
-
getter/setter pairinherited
- dataList ↔ dynamic
-
getter/setter pair
- datasource ↔ String?
-
getter/setter pairinherited
-
datasources
↔ List<
IDataSource> ? -
getter/setter pairinherited
- debug ↔ bool
-
getter/setter pairinherited
- descendants → List?
-
no setterinherited
- element ↔ XmlElement?
-
getter/setter pairinherited
- elementName → String
-
no setterinherited
- framework ↔ FrameworkModel?
-
getter/setter pairinherited
- group ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
latefinalinherited
- isLocalScope ↔ bool
-
latefinalinherited
- label ↔ String?
-
getter/setter pair
- maxY ↔ double
-
getter/setter pair
- minY ↔ double
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- notificationsEnabled ↔ bool
-
getter/setter pairinherited
- parent ↔ WidgetModel?
-
getter/setter pairinherited
- plotFunction ↔ Function?
-
getter/setter pair
- radius ↔ double?
-
getter/setter pair
- radius_ ↔ DoubleObservable?
-
Line/Point type radius width
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ Scope?
-
getter/setter pairinherited
- selected ↔ int?
-
getter/setter pair
- showarea ↔ bool
-
getter/setter pair
- showline ↔ bool
-
getter/setter pair
- showpoints ↔ bool
-
getter/setter pair
- size ↔ double?
-
getter/setter pair
- stack ↔ String?
-
getter/setter pair
- stroke ↔ double?
-
getter/setter pair
- stroke_ ↔ DoubleObservable?
-
Line type (
spline,lineandfastline) stroke widthgetter/setter pair - subscope → Scope?
-
no setterinherited
- tooltip ↔ BoxModel?
-
getter/setter pair
- tooltips ↔ bool
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- x ↔ String?
-
getter/setter pair
- xValues ↔ List
-
getter/setter pair
- y ↔ String?
-
getter/setter pair
- y0 ↔ String?
-
getter/setter pair
Methods
-
deserialize(
XmlElement xml) → void -
Deserializes the FML template elements, attributes and children
override
-
dispose(
) → void -
disposes of the model releasing resources and removing bindings
override
-
execute(
String caller, String propertyOrFunction, List arguments) → Future< bool?> -
inherited
-
findAncestorOfExactType(
Type T, {String? id, bool includeSiblings = false}) → dynamic -
inherited
-
findAncestorsOfExactType(
Type? T, {String? id, bool includeSiblings = false}) → List? -
inherited
-
findChildOfExactType(
Type T, {String? id}) → dynamic -
inherited
-
findChildrenOfExactType(
Type T, {String? id}) → List -
inherited
-
findDescendantOfExactType(
Type? T, {String? id}) → dynamic -
inherited
-
findDescendantsOfExactType(
Type? T, {String? id, Type? breakOn}) → List -
inherited
-
findListenerOfExactType(
Type T) → dynamic -
inherited
-
findParentOfExactType(
Type T, {String? id}) → dynamic -
inherited
-
firstAncestorWhere(
dynamic test(dynamic element)) → dynamic -
inherited
-
getUniqueId(
String? id) → String -
inherited
-
initialize(
) → Future< void> -
initializes the model by starting brokers
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
String? property, dynamic value, {bool notify = false}) → dynamic -
model listener notifications
inherited
-
onDataChange(
) → void -
inherited
-
onDataSourceBusy(
IDataSource source, bool busy) → dynamic -
inherited
-
onDataSourceException(
IDataSource source, Exception exception) → dynamic -
inherited
-
onDataSourceSuccess(
IDataSource source, Data? list) → Future< bool> -
inherited
-
onPropertyChange(
Observable observable) → void -
notifies property listeners of any changes to a property
override
-
plotLineCategoryPoints(
dynamic uniqueXValueList) → void -
rebuild(
) → dynamic -
forces and associated views to rebuild
inherited
-
registerListener(
IModelListener listener) → dynamic -
adds a models listener to the list
inherited
-
removeAllListeners(
) → dynamic -
removes all model listeners
inherited
-
removeChildrenOfExactType(
Type T) → void -
inherited
-
removeListener(
IModelListener listener) → dynamic -
removes a model listener from the list
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromXml(
WidgetModel parent, XmlElement xml) → ChartPainterSeriesModel? -
override