Skip to main content

LegendMarkerShape Enum

Definition

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

Defines the shape of the legend marker.

public enum LegendMarkerShape

Inheritance: Enum -> LegendMarkerShape

Fields

NameDescription
BandA range or band marker with fill and boundary strokes.
CandlestickA two-color financial marker, such as a candlestick or OHLC price series.
CircleA circle marker.
LineA line marker (for line series).
OhlcAn OHLC bar marker.
PointAndFigureA point-and-figure marker.
RadarA polygon/radar marker.
RectangleA rectangle marker.

Band Field

A range or band marker with fill and boundary strokes.

public Avalonia.Controls.Charts.LegendMarkerShape Band

Candlestick Field

A two-color financial marker, such as a candlestick or OHLC price series.

public Avalonia.Controls.Charts.LegendMarkerShape Candlestick

Circle Field

A circle marker.

public Avalonia.Controls.Charts.LegendMarkerShape Circle

Line Field

A line marker (for line series).

public Avalonia.Controls.Charts.LegendMarkerShape Line

Ohlc Field

An OHLC bar marker.

public Avalonia.Controls.Charts.LegendMarkerShape Ohlc

PointAndFigure Field

A point-and-figure marker.

public Avalonia.Controls.Charts.LegendMarkerShape PointAndFigure

Radar Field

A polygon/radar marker.

public Avalonia.Controls.Charts.LegendMarkerShape Radar

Rectangle Field

A rectangle marker.

public Avalonia.Controls.Charts.LegendMarkerShape Rectangle