Table of Contents

Class AxisChartOptions

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class AxisChartOptions
Inheritance
AxisChartOptions
Inherited Members
Extension Methods

Constructors

AxisChartOptions()

public AxisChartOptions()

Properties

LabelExtraHeight

Extra height to fit XAxis rotated labels.

[Obsolete("No longer required, labels are now calculated automatically. This will be removed in a future major version.", false)]
public int LabelExtraHeight { get; set; }

Property Value

int

LabelRotation

Rotation angle to rotate the labels in degrees.

[Obsolete("Renamed to XAxisLabelRotation. This will be removed in a future major version.", false)]
public int LabelRotation { get; set; }

Property Value

int

MatchBoundsToSize

Make the chart fill the parent

public bool MatchBoundsToSize { get; set; }

Property Value

bool

StackedBarWidthRatio

The ratio of the width of the bars to the space between them.

public double StackedBarWidthRatio { get; set; }

Property Value

double

XAxisLabelRotation

Rotation angle to rotate the labels in degrees.

public int XAxisLabelRotation { get; set; }

Property Value

int