Skip to content

IChartHost

InterfaceChartGuruChartGuru
public interface IChartHost

Common minimal contract implemented by any chart host (2D ChartGuru.ChartGraphic, 3D Chart3DComponent, future hosts). Lets data sources, editor tooling, and gizmos refer to a chart target without caring whether the underlying renderer is 2D or 3D.

Chart Chart { get; }

The bound ChartGuru.IChartHost.Chart model, if any.

Returns

ChartGuru.Chart — No return description is available.

void SetDirty()

Request a rebuild on the next frame.