Table of Contents

Class MudCategoryAxisChartBase

Namespace
MudBlazor
Assembly
MudBlazor.dll
public abstract class MudCategoryAxisChartBase : MudCategoryChartBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged, IDisposable
Inheritance
MudCategoryAxisChartBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

MudCategoryAxisChartBase()

protected MudCategoryAxisChartBase()

Fields

BoundHeightDefault

protected const double BoundHeightDefault = 350

Field Value

double

BoundWidthDefault

protected const double BoundWidthDefault = 650

Field Value

double

HorizontalEndSpace

protected const double HorizontalEndSpace = 30

Field Value

double

HorizontalStartSpaceBuffer

protected const double HorizontalStartSpaceBuffer = 10

Field Value

double

VerticalEndSpace

protected const double VerticalEndSpace = 25

Field Value

double

VerticalStartSpaceBuffer

protected const double VerticalStartSpaceBuffer = 10

Field Value

double

_boundHeight

protected double _boundHeight

Field Value

double

_boundWidth

protected double _boundWidth

Field Value

double

_elementReference

protected ElementReference _elementReference

Field Value

ElementReference

_xAxisGroupElementReference

protected ElementReference? _xAxisGroupElementReference

Field Value

ElementReference?

_yAxisGroupElementReference

protected ElementReference? _yAxisGroupElementReference

Field Value

ElementReference?

Properties

HorizontalStartSpace

protected double HorizontalStartSpace { get; }

Property Value

double

MudChartParent

The chart, if any, containing this component.

[CascadingParameter]
public MudChart? MudChartParent { get; set; }

Property Value

MudChart

VerticalStartSpace

protected double VerticalStartSpace { get; }

Property Value

double

XAxisLabelOffset

protected double XAxisLabelOffset { get; }

Property Value

double

Methods

Dispose()

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

OnAfterRenderAsync(bool)

protected override Task OnAfterRenderAsync(bool firstRender)

Parameters

firstRender bool

Returns

Task

OnElementSizeChanged(ElementSize)

[JSInvokable]
public void OnElementSizeChanged(ElementSize elementSize)

Parameters

elementSize ElementSize

RebuildChart()

protected abstract void RebuildChart()

SetBounds()

protected void SetBounds()