PictorialRenderMode Enum
Definition
Specifies how pictorial symbols should fill each bar.
public enum PictorialRenderMode
Fields
| Name | Description |
|---|---|
| Clip | Uses the symbol once and clips it to the available bar bounds. |
| Repeat | Repeats the symbol along the bar length using Avalonia.Controls.Charts.PictorialBarSeries.SymbolSpacing. |
| Stretch | Stretches 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