Interface IChartViewHost
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public interface IChartViewHost
Properties
ClientRectangle
Declaration
RectangleF ClientRectangle { get; }
Property Value
System.Drawing.RectangleF
|
Control
Declaration
Control Control { get; }
Property Value
System.Windows.Forms.Control
|
Controlers
Declaration
ChartViewControllerCollection Controlers { get; set; }
Property Value
ChartViewControllerCollection
|
View
Visible
Declaration
bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
Invalidate()
Declaration
void Invalidate()