Table of Contents

Interface IHasAxes

Namespace
BlazOrbit.Charts.Abstractions
Assembly
BlazOrbit.Charts.dll

Implemented by chart types that render a Cartesian coordinate system with X and Y axes (Bar, Line, Area). Pie / Donut do not implement this.

public interface IHasAxes

Properties

XAxis

Configuration for the horizontal axis.

BOBChartAxis XAxis { get; }

Property Value

BOBChartAxis

YAxis

Configuration for the vertical axis.

BOBChartAxis YAxis { get; }

Property Value

BOBChartAxis