Search
UniformSeriesStyle Methods
 


 Public Methods

  Name Description

fill

Implements SeriesStyle.fill. Returns UniformFill for any data item.

getUniformFill

Gets a Brush used to fill all elements of all Series uniformly.

getUniformStroke

Gets a Brush used to stroke all elements of all Series uniformly.

getUniformStrokeDashStyle

Gets uniform stroke dash style for all elements of all Series.

getUniformStrokeThickness

Gets the uniform stroke thickness applied on all elements of all Series.

setUniformFill

Sets a Brush used to fill all elements of all Series uniformly.

setUniformStroke

Sets a Brush used to stroke all elements of all Series uniformly.

setUniformStrokeDashStyle

Sets uniform stroke dash style for all elements of all Series.

setUniformStrokeThickness

Sets uniform stroke thickness for all elements of all Series.

stroke

Implements SeriesStyle.stroke. Returns UniformStroke for any data item.

strokeDashStyle

Implements SeriesStyle.strokeDashStyle. Returns UniformStrokeDashStyle for any data item.

strokeThickness

Implements SeriesStyle.strokeThickness. Returns UniformStrokeThickness for any data item.

 See Also