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
YAxis
Configuration for the vertical axis.
BOBChartAxis YAxis { get; }