IChartHost
public interface IChartHostCommon 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.
Properties
Section titled “Properties”
Chart Chart { get; }The bound ChartGuru.IChartHost.Chart model, if any.
Returns
ChartGuru.Chart — No return description is available.
Methods
Section titled “Methods”
SetDirty()
Section titled “SetDirty()”void SetDirty()Request a rebuild on the next frame.