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
BoundWidthDefault
protected const double BoundWidthDefault = 650
Field Value
HorizontalEndSpace
protected const double HorizontalEndSpace = 30
Field Value
HorizontalStartSpaceBuffer
protected const double HorizontalStartSpaceBuffer = 10
Field Value
VerticalEndSpace
protected const double VerticalEndSpace = 25
Field Value
VerticalStartSpaceBuffer
protected const double VerticalStartSpaceBuffer = 10
Field Value
_boundHeight
protected double _boundHeight
Field Value
_boundWidth
protected double _boundWidth
Field Value
_elementReference
protected ElementReference _elementReference
Field Value
_xAxisGroupElementReference
protected ElementReference? _xAxisGroupElementReference
Field Value
_yAxisGroupElementReference
protected ElementReference? _yAxisGroupElementReference
Field Value
Properties
HorizontalStartSpace
protected double HorizontalStartSpace { get; }
Property Value
MudChartParent
The chart, if any, containing this component.
[CascadingParameter]
public MudChart? MudChartParent { get; set; }
Property Value
VerticalStartSpace
protected double VerticalStartSpace { get; }
Property Value
XAxisLabelOffset
protected double XAxisLabelOffset { get; }
Property Value
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
OnElementSizeChanged(ElementSize)
[JSInvokable]
public void OnElementSizeChanged(ElementSize elementSize)
Parameters
elementSize
ElementSize
RebuildChart()
protected abstract void RebuildChart()
SetBounds()
protected void SetBounds()