Skip to main content

PictorialRenderMode Enum

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Specifies how pictorial symbols should fill each bar.

public enum PictorialRenderMode

Inheritance: Enum -> PictorialRenderMode

Fields

NameDescription
ClipUses the symbol once and clips it to the available bar bounds.
RepeatRepeats the symbol along the bar length using Avalonia.Controls.Charts.PictorialBarSeries.SymbolSpacing.
StretchStretches the symbol to fill the available bar bounds.

Clip Field

Uses the symbol once and clips it to the available bar bounds.

public Avalonia.Controls.Charts.PictorialRenderMode Clip

Repeat Field

Repeats the symbol along the bar length using Avalonia.Controls.Charts.PictorialBarSeries.SymbolSpacing.

public Avalonia.Controls.Charts.PictorialRenderMode Repeat

Stretch Field

Stretches the symbol to fill the available bar bounds.

public Avalonia.Controls.Charts.PictorialRenderMode Stretch