Implements SeriesStyle using uniform attributes for all elements in all series.
The following tables list the members exposed by the UniformSeriesStyle type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the UniformSeriesStyle class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets a Brush used to fill all elements of all series uniformly. |
|
![]() |
Gets or sets a Brush used to stroke all elements of all series uniformly. |
|
![]() |
Gets or sets uniform stroke dash style for all elements of all series. |
|
![]() |
Gets or sets uniform stroke thickness for all elements of all series. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Implements SeriesStyle.Fill. Returns UniformFill for any data item. |
|
![]() |
Implements SeriesStyle.Stroke. Returns UniformStroke for any data item. |
|
![]() |
Implements SeriesStyle.StrokeDashStyle. Returns UniformStrokeDashStyle for any data item. |
|
![]() |
Implements SeriesStyle.StrokeThickness. Returns UniformStrokeThickness for any data item. |
See Also