Event raised when null values are found in a chart where NullHandling is set to InterpolateCustom. Syntax Event Data The event handler receives an argument of type InterpolateValuesEventArgs containing data related to this event. The following InterpolateValuesEventArgs properties provide information specific to t...
Causes the chart layers to be invalidated, thus calling for the chart to re-render all of its layers. Syntax Example
Event for UltraChart, raised when invalid data is received. Syntax Event Data The event handler receives an argument of type ChartDataInvalidEventArgs containing data related to this event. The following ChartDataInvalidEventArgs properties provide information specific to this event.Property Description LabelStyle...
Determines whether or not the application context is currently in Design mode. Syntax Return Value True if this is design mode, otherwise False.
Sets or gets the hash table for the charts custom labels. Syntax Example
Sets or gets the hash table for the charts custom Layers. Syntax Example
Returns an Appearance object that you can use to access all the formatting properties of the charts legend. Syntax Example
Returns an Appearance object that you can use to access all the formatting properties of a Line Chart. Syntax Example
Loads chart properties from xml file. Please see LoadLayout. Syntax Parameters component This componentstreamReader stream reader Example
Loads chart properties from xml file. Please see LoadLayout. Syntax Parameters component This componentfilePath Xml file path to load layout from. Example