InterfaceIFilledSeries
Interface
Identifies a ChartSeries instance, which interior may be filled.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IFilledSeries
Derived Classes:
Properties
Fill
Gets the Brush instance that defines the interior of the series.
Declaration
cs-api-definition
Brush Fill { get; }
Property Value
Brush
IsFillSetLocally
Gets a value indicating whether the Fill property has been set locally.