InterfaceIStrokedSeries
Interface
Identifies a ChartSeries instance, which interior may be outlined.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IStrokedSeries
Derived Classes:
Properties
IsStrokeSetLocally
Gets a value indicating whether the Stroke property has been set locally.
Stroke
Gets the Brush instance that defines the stroke of the series.
Declaration
cs-api-definition
Brush Stroke { get; }
Property Value
Brush
StrokeDashArray
Gets a collection of double values that indicates the pattern of dashes and gaps that is used to outline stroked series.
Declaration
cs-api-definition
DoubleCollection StrokeDashArray { get; }
Property Value
DoubleCollection
StrokeLineJoin
Gets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a stroked series.
Declaration
cs-api-definition
PenLineJoin StrokeLineJoin { get; }
Property Value
PenLineJoin
StrokeThickness
Gets the thickness of the outline shape.