Click or drag to resize

Fill Class

LightningChart .NET Help
Fill class that can be applied to a rectangle
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMFill

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class Fill : ChartNode

The Fill type exposes the following members.

Constructors
 NameDescription
Public methodFill Constructor for Fill.
Public methodFill(IChartNode) Constructor
Top
Properties
 NameDescription
Public propertyBitmap Gets or sets bitmap fill options. This is a dependency property.
Public propertyBitmapSmoothing Gets or sets bitmap texture filtering. This is a dependency property.
Public propertyColor Gets or sets fill color. This is a dependency property.
Public propertyGradientColor Gets or sets gradient color. This is a dependency property.
Public propertyGradientDirection Gets or sets gradient direction in degrees, angle increases counterclockwise. This is a dependency property.
Public propertyGradientFill Gets or sets gradient type. This is a dependency property.
Public propertyStyle Gets or sets fill style. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberBitmapProperty Identifies the Bitmap dependency property.
Public fieldStatic memberBitmapSmoothingProperty Identifies the BitmapSmoothing dependency property.
Public fieldStatic memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberGradientColorProperty Identifies the GradientColor dependency property.
Public fieldStatic memberGradientDirectionProperty Identifies the GradientDirection dependency property.
Public fieldStatic memberGradientFillProperty Identifies the GradientFill dependency property.
Public fieldStatic memberStyleProperty Identifies the Style dependency property.
Top
See Also