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.

void SetDirty()

Request a rebuild on the next frame.

Chart Chart { get; }

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

Returns

ChartGuru.Chart