Version

UltraChart Class Members

The following tables list the members exposed by UltraChart.

Public Constructors
 NameDescription
Public ConstructorUltraChart ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAccessKeyGets or sets the access key that allows you to quickly navigate to the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAnnotationsContains the Annotations collection and other appearance properties relevant to annotations.  
Public PropertyAppRelativeTemplateSourceDirectoryGets or sets the application-relative virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl object that contains this control. (Inherited from System.Web.UI.Control)
Public PropertyAreaChartReturns an Appearance object that you can use to access all the formatting properties of an Area Chart.  
Public PropertyAttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyAxisReturns an Appearance object that you can use to access all the formatting properties of the chart's axes.  
Public PropertyBackColorOverridden. Sets the background color for the entire chart control.  
Public PropertyBackgroundImageFileNameSets the background image for the control's background.  
Public PropertyBackgroundImageStyleDetermines whether the background image displayed in the chart is stretched or tiled to fill the available area of the chart.  
Public PropertyBarChartReturns an Appearance object that you can use to access all the formatting properties of an Bar Chart.  
Public PropertyBarChart3DReturns an Appearance object that you can use to access all the formatting properties of a 3-D Bar Chart.  
Public PropertyBorderThe set of all appearance-related properties that apply to the border, including color, draw style, and thickness.  
Public PropertyBoxChartGets/sets value of BoxChart.  
Public PropertyBubbleChartReturns an Appearance object that you can use to access all the formatting properties of a Bubble Chart.  
Public PropertyCandleChartReturns an Appearance object that you can use to access all the formatting properties of a Candle Chart.  
Public PropertyChartImagesPathRelative path where chart images for scrollbar and cross hair will be saved. Relative path means relative to web application using chart. Also during design time this path will be used for saving temporary design time images needed by Visual Studio.  
Public PropertyChartScrollBar  
Public PropertyChartTypeSpecifies which type of chart will be rendered. This affects the set of visible properties in the Designer.  
Public PropertyClientIDGets the control ID for HTML markup that is generated by ASP.NET. (Inherited from System.Web.UI.Control)
Public PropertyClientIDModeGets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control)
Public PropertyClientSideEventsConfigures client-side event handling.  
Public PropertyColorModelThe set of all color model properties such as Random, Linear, or Grayscale shading.  
Public PropertyColumnChartReturns an Appearance object that you can use to access all the formatting properties of a Column Chart.  
Public PropertyColumnChart3DReturns an Appearance object that you can use to access all the formatting properties of an 3-D Column Chart.  
Public PropertyColumnLineChartReturns an Appearance object that you can use to access all the formatting properties of an ColumnLine Chart.  
Public PropertyCompositeChartContains settings used to configure composite charts.  
Public PropertyConeChart3DContains appearance settings used to configure 3D cone charts.  
Public PropertyControlsGets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from System.Web.UI.Control)
Public PropertyControlStyleGets the style of the Web server control. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyControlStyleCreatedGets a value indicating whether a System.Web.UI.WebControls.Style object has been created for the System.Web.UI.WebControls.WebControl.ControlStyle property. This property is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyCrossHairColorGets or Sets the color of the cross hair.  
Public PropertyDataReturns a DataAppearance object that can be used to configure the data connection of the chart to the data source.  
Public PropertyDataMemberOverridden. Gets/sets a specific list in DataMember for which the control displays the data.  
Public PropertyDataSourceOverridden. Gets/sets the object which the Chart uses for data.  
Public PropertyDataSourceIDGets or sets the ID of the control from which the data-bound control retrieves its list of data items. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyDataSourceObjectGets an object that implements the System.Web.UI.IDataSource interface, which provides access to the object's data content. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyDeploymentScenarioAllows application designer to configure the chart images deployment scenarios.  
Public PropertyDoughnutChartReturns an Appearance object that you can use to access all the formatting properties of a Doughnut Chart.  
Public PropertyDoughnutChart3DReturns an Appearance object that you can use to access all the formatting properties of a 3-D Pie Chart.  
Public PropertyDrillAppearance of the hierarchical Drill Down chart behavior.  
Public PropertyEffectsContains the Effects collection and other appearance properties relevant to visual effects.  
Public PropertyEmptyChartTextText to be shown to user until the chart data is available.  
Public PropertyEnableCrossHairDisplays a cross-hair cursor when the mouse passes over the control at run-time.  
Public PropertyEnabledGets or sets a value indicating whether the Web server control is enabled. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyEnableScrollBarEnable/Disable scroll bar on the web chart.  
Public PropertyEnableViewStateGets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. (Inherited from System.Web.UI.Control)
Public PropertyFunnelChartContains appearance settings used to configure funnel charts.  
Public PropertyFunnelChart3DContains appearance settings used to configure 3D funnel charts.  
Public PropertyGanttChartReturns an Appearance object that you can use to access all the formatting properties of a Gantt Chart.  
Public PropertyHasAttributesGets a value indicating whether the control has attributes set. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyHeatMapChartReturns an Appearance object that you can use to access all the formatting properties of a Heat Map Chart.  
Public PropertyHeatMapChart3DReturns an Appearance object that you can use to access all the formatting properties of a 3-D Heat Map Chart.  
Public PropertyHeightOverridden. The height of the chart.  
Public PropertyHistogramChart  
Public PropertyIDGets or sets the programmatic identifier assigned to the server control. (Inherited from System.Web.UI.Control)
Public PropertyImagePipePageNameThe name of the web form designated as the secure image pipe.  
Public PropertyItemTypeGets or sets the name of the data item type for strongly typed data binding. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertyJavaScriptEnabledDetermines whether or not client-side scripting is enabled for the UltraChart.  
Public PropertyJavaScriptFileNameName of the JavaScript file that provides helper functions for the control.  
Public PropertyLabelHashSets or gets the hash table for the chart's custom labels.  
Public PropertyLayerContains any custom layers added to chart.  
Public PropertyLegendReturns an Appearance object that you can use to access all the formatting properties of the chart's legend.  
Public PropertyLineChartReturns an Appearance object that you can use to access all the formatting properties of a Line Chart.  
Public PropertyNamingContainerGets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same System.Web.UI.Control.ID property value. (Inherited from System.Web.UI.Control)
Public PropertyOverrideContains the Override collection and other appearance properties relevant to overrides.  
Public PropertyPageGets a reference to the System.Web.UI.Page instance that contains the server control. (Inherited from System.Web.UI.Control)
Public PropertyParentGets a reference to the server control's parent control in the page control hierarchy. (Inherited from System.Web.UI.Control)
Public PropertyParetoChartContains appearance properties which affect Pareto Charts.  
Public PropertyPieChartReturns an Appearance object that you can use to access all the formatting properties of a Pie Chart.  
Public PropertyPieChart3DReturns an Appearance object that you can use to access all the formatting properties of a 3-D Pie Chart.  
Public PropertyPointChart3DGets/sets value of PointChart3D.  
Public PropertyPolarChartContains appearance properties which affect polar charts.  
Public PropertyPrimitivesGets Primitives for manipulating individual chart elements.  
Public PropertyProbabilityChartGets/sets value of ProbabilityChart.  
Public PropertyPyramidChartContains appearance settings used to configure pyramid charts.  
Public PropertyPyramidChart3DContains appearance settings used to configure 3D pyramid charts.  
Public PropertyRadarChartReturns an Appearance object that you can use to access all the formatting properties of a Radar Chart.  
Public PropertyRenderingCompatibilityGets a value that specifies the ASP.NET version that rendered HTML will be compatible with. (Inherited from System.Web.UI.Control)
Public PropertyScatterChartReturns an Appearance object that you can use to access all the formatting properties of a Scatter Chart.  
Public PropertyScatterLineChartReturns an Appearance object that you can use to access all the formatting properties of an ScatterLine Chart.  
Public PropertyScrollBarImagesPrefixGets/sets value of ScrollBarImagesPrefix. This property is used to define the prefix of scroll images to use. If not specified, default values derived from the chart's id will be used.  
Public PropertySection508Contains accessibility settings which enable UltraChart's Section 508 compliance.  
Public PropertySection508CompliantGets/sets value of Section508Compliant.  
Public PropertySelectMethodThe name of the method to call in order to read data. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public PropertySeriesThe collection of data series which can be used to provide data to chart layers.  
Public PropertySiteGets information about the container that hosts the current control when rendered on a design surface. (Inherited from System.Web.UI.Control)
Public PropertySkinIDGets or sets the skin to apply to the control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertySmoothingMode  
Public PropertySplineAreaChartReturns an Appearance object that you can use to access all the formatting properties of a Spline Area Chart.  
Public PropertySplineAreaChart3DGets or Sets the SplineAreaChart3D appearance.  
Public PropertySplineChartReturns an Appearance object that you can use to access all the formatting properties of a Spline Chart.  
Public PropertySplineChart3D  
Public PropertyStackChartContains appearance properties which affect stacked charts.  
Public PropertyStyleGets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertySupportsDisabledAttributeGets a value that indicates whether the control should set the disabled attribute of the rendered HTML element to "disabled" when the control's System.Web.UI.WebControls.WebControl.IsEnabled property is false. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public PropertyTabIndexGets or sets the tab index of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl)
Public PropertyTemplateControlGets or sets a reference to the template that contains this control. (Inherited from System.Web.UI.Control)
Public PropertyTemplateSourceDirectoryGets the virtual directory of the System.Web.UI.Page or System.Web.UI.UserControl that contains the current server control. (Inherited from System.Web.UI.Control)
Public PropertyTextRenderingHintGets or Sets the Text Rendering quality.  
Public PropertyTitleBottomReturns an Appearance object that you can use to access all the formatting properties of title box at the bottom of the chart.  
Public PropertyTitleLeftReturns an Appearance object that you can use to access all the formatting properties of title box at the left edge of the chart.  
Public PropertyTitleRightReturns an Appearance object that you can use to access all the formatting properties of title box at the right edge of the chart.  
Public PropertyTitleTopReturns an Appearance object that you can use to access all the formatting properties of title box at the top of the chart.  
Public PropertyTooltipsReturns an object that you can use to access all the formatting properties of the chart's tooltips, including such behavioral settings as highlighting and mouse events.  
Public PropertyTransform3DChanges the perspective used when displaying a 3-D chart.  
Public PropertyTreeMapChartGets/sets value of TreeMapChart.  
Public PropertyUniqueIDGets the unique, hierarchically qualified identifier for the server control. (Inherited from System.Web.UI.Control)
Public PropertyUserLayerIndexIdentifies Layers by ID string, and arranges them in Z-Order.  
Public PropertyValidateRequestModeGets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values. (Inherited from System.Web.UI.Control)
Public PropertyViewStateModeGets or sets the view-state mode of this control. (Inherited from System.Web.UI.Control)
Public PropertyVisibleGets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from System.Web.UI.Control)
Public PropertyWidthOverridden. The width of chart in pixels.  
Protected Properties
 NameDescription
Protected PropertyAdapterGets the browser-specific adapter for the control. (Inherited from System.Web.UI.Control)
Protected PropertyChildControlsCreatedGets a value that indicates whether the server control's child controls have been created. (Inherited from System.Web.UI.Control)
Protected PropertyClientIDSeparatorGets a character value representing the separator character used in the System.Web.UI.Control.ClientID property. (Inherited from System.Web.UI.Control)
Protected PropertyEventsGets a list of event handler delegates for the control. This property is read-only. (Inherited from System.Web.UI.Control)
Protected PropertyHasChildViewStateGets a value indicating whether the current server control's child controls have any saved view-state settings. (Inherited from System.Web.UI.Control)
Protected PropertyIdSeparatorGets the character used to separate control identifiers. (Inherited from System.Web.UI.Control)
Protected PropertyInitializedGets a value indicating whether the data-bound control has been initialized. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Protected PropertyIsBoundUsingDataSourceIDGets a value indicating whether the System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID property is set. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Protected PropertyIsTrackingViewStateGets a value that indicates whether the server control is saving changes to its view state. (Inherited from System.Web.UI.Control)
Protected PropertyIsUsingModelBindersGets a value that indicates whether model binding is in use. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected PropertyLoadViewStateByIDGets a value indicating whether the control participates in loading its view state by System.Web.UI.Control.ID instead of index. (Inherited from System.Web.UI.Control)
Protected PropertyRequiresDataBindingGets or sets a value indicating whether the System.Web.UI.WebControls.BaseDataBoundControl.DataBind method should be called. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Protected PropertySelectArgumentsGets a System.Web.UI.DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected PropertyTagKeyGets the System.Web.UI.HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyTagNameGets the name of the control tag. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected PropertyViewStateGets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page. (Inherited from System.Web.UI.Control)
Protected PropertyViewStateIgnoresCaseGets a value that indicates whether the System.Web.UI.StateBag object is case-insensitive. (Inherited from System.Web.UI.Control)
Public Methods
 NameDescription
Public MethodApplyStyleCopies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodApplyStyleSheetSkinApplies the style properties defined in the page style sheet to the control. (Inherited from System.Web.UI.Control)
Public MethodBeginInitSignals the object that initialization is starting.  
Public MethodCopyBaseAttributesCopies the properties not encapsulated by the System.Web.UI.WebControls.WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodDataBindOverloaded. Forces the chart data to be refreshed.  
Public MethodDataValidityOverloaded. sets whether the data is valid or not. NOT to be used by end user  
Public MethodDisposeOverridden. Clean up the control before releasing it from the memory.  
Public MethodEndInitSignals the object that initialization is ending.  
Public MethodFindControlOverloaded. Searches the current naming container for a server control with the specified id parameter. (Inherited from System.Web.UI.Control)
Public MethodFocusSets input focus to a control. (Inherited from System.Web.UI.Control)
Public MethodGetClientSideControlNameProvides Control Name.  
Public MethodGetClientSideEventsProvides with list of public events.  
Public MethodGetDesignTimeHtmlGets the HTML used for displaying this control at design-time.  
Public MethodGetRouteUrlOverloaded. Gets the URL that corresponds to a set of route parameters. (Inherited from System.Web.UI.Control)
Public MethodGetUniqueIDRelativeToReturns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control. (Inherited from System.Web.UI.Control)
Public MethodHasControlsDetermines if the server control contains any child controls. (Inherited from System.Web.UI.Control)
Public MethodInvalidateLayersRedraw layers.  
Public MethodIsDesignModeReturns true if the component is in designer mode.  
Public MethodLoadLayoutOverloaded. Loads chart properties from xml file. Please see LoadPreset.  
Public MethodLoadPresetOverloaded. Sets properties on the control that effect Appearance, Behavior, or Both, based on the information in the predefined Preset File.  
Public MethodMergeStyleCopies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodPrintChartOverloaded. Prints the chart to the default printer using the default page settings.  
Public MethodRaisePostBackEventThis method handles the occurrence of post-back events on the server.  
Public MethodRenderBeginTagRenders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRenderControlOverloaded. Outputs server control content to a provided System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled. (Inherited from System.Web.UI.Control)
Public MethodRenderEndTagRenders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Public MethodRenderPdfFriendlyGraphicsOverloaded. Render the chart's primitives to pdf-friendly graphics  
Public MethodResetAreaChartResets the AreaChart property to its default value.  
Public MethodResetAxisResets the Axis property to its default value.  
Public MethodResetBackColorResets the BackColor property to its default value.  
Public MethodResetBackgroundImageFileNameResets the BackgroundImageFileName property to its default value.  
Public MethodResetBackgroundImageStyleResets the BackgroundImageStyle property to its default value.  
Public MethodResetBarChartResets the BarChart property to its default value.  
Public MethodResetBarChart3DResets the BarChart3D property to its default value.  
Public MethodResetBorderResets the Border property to its default value.  
Public MethodResetBubbleChartResets the BubbleChart property to its default value.  
Public MethodResetCandleChartResets the CandleChart property to its default value.  
Public MethodResetChartImagesPathResets the ChartImagesPath property to its default value.  
Public MethodResetChartTypeResets the ChartType property to its default value.  
Public MethodResetClientSideEventsResets the ClientSideEvents property to its default value.  
Public MethodResetColorModelResets the ColorModel property to its default value.  
Public MethodResetColumnChartResets the ColumnChart property to its default value.  
Public MethodResetColumnChart3DResets the ColumnChart3D property to its default value.  
Public MethodResetColumnLineChartResets the ColumnLineChart property to its default value.  
Public MethodResetCrossHairColorResets the CrossHairColor property to its default value. Resets the EnableCrossHair property to its default value.  
Public MethodResetDataResets the Data property to its default value.  
Public MethodResetDeploymentScenarioResets the DeploymentScenario property to its default value.  
Public MethodResetDoughnutChartResets the DoughnutChart property to its default value.  
Public MethodResetEmptyChartTextResets the EmptyChartText property to its default value.  
Public MethodResetEnableCrossHairResets the EnableCrossHair property to its default value. Resets the EnableCrossHair property to its default value.  
Public MethodResetEnableScrollBarResets the EnableScrollBar property to its default value.  
Public MethodResetGanttChartResets the GanttChart property to its default value.  
Public MethodResetHeatMapChartResets the HeatMapChart property to its default value.  
Public MethodResetHeatMapChart3DResets the HeatMapChart3D property to its default value.  
Public MethodResetHeightResets the Height property to its default value.  
Public MethodResetImagePipePageNameResets the ImagePipePageName property to its default value.  
Public MethodResetJavaScriptEnabledResets the JavaScriptEnabled property to its default value.  
Public MethodResetJavaScriptFileNameResets the JavaScriptFileName property to its default value.  
Public MethodResetLegendResets the Legend property to its default value. Resets the Legend property to its default value.  
Public MethodResetLineChartResets the LineChart property to its default value.  
Public MethodResetPieChartResets the PieChart property to its default value.  
Public MethodResetPieChart3DResets the PieChart3D property to its default value.  
Public MethodResetPolarChartResets the PolarChart property to its default value.  
Public MethodResetRadarChartResets the RadarChart property to its default value.  
Public MethodResetScatterChartResets the ScatterChart property to its default value.  
Public MethodResetScatterLineChartResets the ScatterLineChart property to its default value.  
Public MethodResetScrollBarImageResets the ScrollBarImage property to its default value.  
Public MethodResetScrollBarImagesPrefixResets the ScrollBarImagesPrefix property to its default value.  
Public MethodResetSplineAreaChartResets the SplineAreaChart property to its default value.  
Public MethodResetSplineChartResets the SplineChart property to its default value.  
Public MethodResetTitleBottomResets the TitleBottom property to its default value.  
Public MethodResetTitleLeftResets the TitleLeft property to its default value.  
Public MethodResetTitleRightResets the TitleRight property to its default value.  
Public MethodResetTitleTopResets the TitleTop property to its default value.  
Public MethodResetTooltipsResets the Tooltips property to its default value.  
Public MethodResetTransform3DResets the Transform3D property to its default value.  
Public MethodResetWidthResets the Width property to its default value.  
Public MethodResolveClientUrlGets a URL that can be used by the browser. (Inherited from System.Web.UI.Control)
Public MethodResolveUrlConverts a URL into one that is usable on the requesting client. (Inherited from System.Web.UI.Control)
Public MethodSaveLayoutOverloaded. Saves chart properties in xml format.  
Public MethodSavePresetOverloaded. Saves the properties of a control to a file, so that they can be used by another control via the LoadPreset method.  
Public MethodSaveToOverloaded. Saves the chart to the given stream using the given parameters in the save operation.  
Public MethodSetRenderMethodDelegateAssigns an event handler delegate to render the server control and its content into its parent control. (Inherited from System.Web.UI.Control)
Public MethodShouldSerializePolarChartReturns a Boolean value that determines whether the PolarChart property is set to its default value.  
Public MethodShouldSerializeScrollBarImagesPrefixReturns a Boolean value that determines whether the ScrollBarImagesPrefix property is set to its default value.  
Protected Methods
 NameDescription
Protected MethodAddAttributesToRenderAdds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriterTag. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodAddParsedSubObjectNotifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.Control)
Protected MethodBuildProfileTreeGathers information about the server control and delivers it to the System.Web.UI.Page.Trace property to be displayed when tracing is enabled for the page. (Inherited from System.Web.UI.Control)
Protected MethodClearCachedClientIDSets the cached System.Web.UI.Control.ClientID value to a null reference (Nothing in Visual Basic). (Inherited from System.Web.UI.Control)
Protected MethodClearChildControlStateDeletes the control-state information for the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodClearChildStateDeletes the view-state and control-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodClearChildViewStateDeletes the view-state information for all the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodClearEffectiveClientIDModeSets the System.Web.UI.Control.ClientIDMode property of the current control instance and of any child controls to System.Web.UI.ClientIDMode.Inherit. (Inherited from System.Web.UI.Control)
Protected MethodConfirmInitStateSets the initialized state of the data-bound control. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Protected MethodCreateControlCollectionCreates a new System.Web.UI.ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from System.Web.UI.Control)
Protected MethodCreateControlStyleCreates the style object that is used internally by the System.Web.UI.WebControls.WebControl class to implement all style related properties. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl)
Protected MethodCreateDataSourceSelectArgumentsCreates a default System.Web.UI.DataSourceSelectArguments object used by the data-bound control if no arguments are specified. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodDataBindChildrenBinds a data source to the server control's child controls. (Inherited from System.Web.UI.Control)
Protected MethodEnsureChildControlsDetermines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from System.Web.UI.Control)
Protected MethodEnsureDataBoundCalls the System.Web.UI.WebControls.BaseDataBoundControl.DataBind method if the System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID property is set and the data-bound control is marked to require binding. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Protected MethodEnsureIDCreates an identifier for controls that do not have an identifier assigned. (Inherited from System.Web.UI.Control)
Protected MethodGetDataRetrieves a System.Web.UI.DataSourceView object that the data-bound control uses to perform data operations. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodGetDataSourceRetrieves the System.Web.UI.IDataSource interface that the data-bound control is associated with, if any. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodGetDesignModeStateGets design-time data for a control. (Inherited from System.Web.UI.Control)
Protected MethodHasEventsReturns a value indicating whether events are registered for the control or any child controls. (Inherited from System.Web.UI.Control)
Protected MethodIsLiteralContentDetermines if the server control holds only literal content. (Inherited from System.Web.UI.Control)
Protected MethodLoadViewStateOverridden. This method is overridden to implement the saving of view state in Ultrachart  
Protected MethodMarkAsDataBoundSets the state of the control in view state as successfully bound to data. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodOnBubbleEventDetermines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from System.Web.UI.Control)
Protected MethodOnCreatingModelDataSourceRaises the System.Web.UI.WebControls.DataBoundControl.CreatingModelDataSource event. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodOnDataBindingRaises the System.Web.UI.Control.DataBinding event. (Inherited from System.Web.UI.Control)
Protected MethodOnDataBoundRaises the System.Web.UI.WebControls.BaseDataBoundControl.DataBound event. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Protected MethodOnDataPropertyChangedRebinds the data-bound control to its data after one of the base data source identification properties changes. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodOnDataSourceViewChangedRaises the System.Web.UI.DataSourceView.DataSourceViewChanged event. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodOnInitOverridden. OnInit is called upon initialization of the component after an instance is created.  
Protected MethodOnInvalidDataMethod invoked whenever invalid data is bound to the chart.  
Protected MethodOnInvalidDataReceivedMethod invoked when invalid data has been bound to the chart.  
Protected MethodOnPagePreLoadSets the initialized state of the data-bound control before the control is loaded. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodOnPreRenderOverridden. Overloaded for rendering of scripts.  
Protected MethodOnUnloadOverridden. Overloaded for license disposal.  
Protected MethodOnUpdatedMethod invoked each time the chart is updated.  
Protected MethodPerformDataBindingOverridden. Bind the datasource to the control.  
Protected MethodPerformSelectOverridden. Gets the data from the datasource.  
Protected MethodRaiseBubbleEventAssigns any sources of the event and its information to the control's parent. (Inherited from System.Web.UI.Control)
Protected MethodRenderOverridden. Renders the control to the given output writer.  
Protected MethodResolveAdapterGets the control adapter responsible for rendering the specified control. (Inherited from System.Web.UI.Control)
Protected MethodSaveViewStateOverridden. This is overridden to implement the view state in the UltraChart.  
Protected MethodSetDesignModeStateSets design-time data for a control. (Inherited from System.Web.UI.Control)
Protected MethodShouldSerializeAreaChartReturns a Boolean value that determines whether the AreaChart property is set to its default value.  
Protected MethodShouldSerializeAxisReturns a Boolean value that determines whether the Axis property is set to its default value.  
Protected MethodShouldSerializeBackColorReturns a Boolean value that determines whether the BackColor property is set to its default value.  
Protected MethodShouldSerializeBackgroundImageFileNameReturns a Boolean value that determines whether the BackgroundImageFileName property is set to its default value.  
Protected MethodShouldSerializeBackgroundImageStyleReturns a Boolean value that determines whether the BackgroundImageStyle property is set to its default value.  
Protected MethodShouldSerializeBarChartReturns a Boolean value that determines whether the BarChart property is set to its default value.  
Protected MethodShouldSerializeBarChart3DReturns a Boolean value that determines whether the BarChart3D property is set to its default value.  
Protected MethodShouldSerializeBorderReturns a Boolean value that determines whether the Border property is set to its default value.  
Protected MethodShouldSerializeBubbleChartReturns a Boolean value that determines whether the BubbleChart property is set to its default value.  
Protected MethodShouldSerializeCandleChartReturns a Boolean value that determines whether the CandleChart property is set to its default value.  
Protected MethodShouldSerializeChartImagesPathReturns a Boolean value that determines whether the ChartImagesPath property is set to its default value.  
Protected MethodShouldSerializeChartTypeReturns a Boolean value that determines whether the ChartType property is set to its default value.  
Protected MethodShouldSerializeClientSideEventsReturns a Boolean value that determines whether the ClientSideEvents property is set to its default value.  
Protected MethodShouldSerializeColorModelReturns a Boolean value that determines whether the ColorModel property is set to its default value.  
Protected MethodShouldSerializeColumnChartReturns a Boolean value that determines whether the ColumnChart property is set to its default value.  
Protected MethodShouldSerializeColumnChart3DReturns a Boolean value that determines whether the ColumnChart3D property is set to its default value.  
Protected MethodShouldSerializeColumnLineChartReturns a Boolean value that determines whether the ColumnLineChart property is set to its default value.  
Protected MethodShouldSerializeCrossHairColorReturns a Boolean value that determines whether the CrossHairColor property is set to its default value.  
Protected MethodShouldSerializeDataReturns a Boolean value that determines whether the Data property is set to its default value.  
Protected MethodShouldSerializeDeploymentScenarioReturns a Boolean value that determines whether the DeploymentScenario property is set to its default value.  
Protected MethodShouldSerializeDoughnutChartReturns a Boolean value that determines whether the DoughnutChart property is set to its default value.  
Protected MethodShouldSerializeEmptyChartTextReturns a Boolean value that determines whether the EmptyChartText property is set to its default value.  
Protected MethodShouldSerializeEnableCrossHairReturns a Boolean value that determines whether the EnableCrossHair property is set to its default value.  
Protected MethodShouldSerializeEnableScrollBarReturns a Boolean value that determines whether the EnableScrollBar property is set to its default value.  
Protected MethodShouldSerializeGanttChartReturns a Boolean value that determines whether the GanttChart property is set to its default value.  
Protected MethodShouldSerializeHeatMapChartReturns a Boolean value that determines whether the HeatMapChart property is set to its default value.  
Protected MethodShouldSerializeHeatMapChart3DReturns a Boolean value that determines whether the HeatMapChart3D property is set to its default value.  
Protected MethodShouldSerializeHeightReturns a Boolean value that determines whether the Height property is set to its default value.  
Protected MethodShouldSerializeImagePipeNameReturns a Boolean value that determines whether the ImagePipePageName property is set to its default value.  
Protected MethodShouldSerializeImagePipePageNameReturns a Boolean value that determines whether the ImagePipePageName property is set to its default value.  
Protected MethodShouldSerializeJavaScriptEnabledReturns a Boolean value that determines whether the JavaScriptEnabled property is set to its default value.  
Protected MethodShouldSerializeJavaScriptFileNameReturns a Boolean value that determines whether the JavaScriptFileName property is set to its default value.  
Protected MethodShouldSerializeLegendReturns a Boolean value that determines whether the Legend property is set to its default value.  
Protected MethodShouldSerializeLineChartReturns a Boolean value that determines whether the LineChart property is set to its default value.  
Protected MethodShouldSerializePieChartReturns a Boolean value that determines whether the PieChart property is set to its default value.  
Protected MethodShouldSerializePieChart3DReturns a Boolean value that determines whether the PieChart3D property is set to its default value.  
Protected MethodShouldSerializeRadarChartReturns a Boolean value that determines whether the RadarChart property is set to its default value.  
Protected MethodShouldSerializeScatterChartReturns a Boolean value that determines whether the ScatterChart property is set to its default value.  
Protected MethodShouldSerializeScatterLineChartReturns a Boolean value that determines whether the ScatterLineChart property is set to its default value.  
Protected MethodShouldSerializeScrollBarImageReturns a Boolean value that determines whether the ScrollBarImage property is set to its default value.  
Protected MethodShouldSerializeSplineAreaChartReturns a Boolean value that determines whether the SplineAreaChart property is set to its default value.  
Protected MethodShouldSerializeSplineChartReturns a Boolean value that determines whether the SplineChart property is set to its default value.  
Protected MethodShouldSerializeTitleBottomReturns a Boolean value that determines whether the TitleBottom property is set to its default value.  
Protected MethodShouldSerializeTitleLeftReturns a Boolean value that determines whether the TitleLeft property is set to its default value.  
Protected MethodShouldSerializeTitleRightReturns a Boolean value that determines whether the TitleRight property is set to its default value.  
Protected MethodShouldSerializeTitleTopReturns a Boolean value that determines whether the TitleTop property is set to its default value.  
Protected MethodShouldSerializeTooltipsReturns a Boolean value that determines whether the Tooltips property is set to its default value.  
Protected MethodShouldSerializeTransform3DReturns a Boolean value that determines whether the Transform3D property is set to its default value.  
Protected MethodShouldSerializeWidthReturns a Boolean value that determines whether the Width property is set to its default value.  
Protected MethodTrackViewStateCauses view-state changes to the control to be tracked so they can be stored in the control's System.Web.UI.StateBag object. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Protected MethodValidateDataSourceVerifies that the object a data-bound control binds to is one it can work with. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public Events
 NameDescription
Public EventCallingDataMethodsOccurs when data methods are being called. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public EventChartDataClickedEvent handler for UltraChart mouse click events.  
Public EventChartDataDoubleClickedEvent handler for UltraChart double click events.  
Public EventChartDrawItemDrawItem event. This event is fired everytime the chart has to draw a primitive in the chart renderer. This is fired just before drawing the item on the chart.  
Public EventCreatingModelDataSourceOccurs when the System.Web.UI.WebControls.ModelDataSource object is being created. (Inherited from System.Web.UI.WebControls.DataBoundControl)
Public EventDataBindingEvent raised when DataBinding.  
Public EventDataBoundOccurs after the server control binds to a data source. (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public EventDisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control)
Public EventFillSceneGraphEvent raised for accessing the chart's primitives.  
Public EventInitOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control)
Public EventInterpolateValuesEvent raised with arguments for interpolating empty values.  
Public EventInvalidDataReceivedEvent raised when invalid data has been bound to the chart.  
Public EventLoadOccurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control)
Public EventPreRenderOccurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control)
Public EventUnloadOccurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control)
See Also