withAttributes abstract method

LineDataBuilder withAttributes(
  1. DataAttributes attributes
)

Configures the builder with custom attributes for line to be created.

  • attributes Custom data attributes to be associated with the line.

Returns LineDataBuilder. The builder.

Implementation

LineDataBuilder withAttributes(DataAttributes attributes);