| Document.AutoConfigure() - TIBCO Spotfire Community | | If you don't want this behaviour, don't call AutoConfigure. If I recall correctly, you'll then need to programatically call Document.FilteringSchemes.AutoConfigure to set the default filtering scheme for any pages that you add. Page 1 of 1 (2 items) Spotfire's interactive information visualization and analytic solutions give users a remarkable ... | | http://stn.spotfire.com/stn/Forums.aspx?Forums=spotfire.tibco.com/community/Forums/t/465.aspx |
|
| Visual Members | | AutoConfigure Configures a newly created visual with reasonable default values given the current data set. Equals Overridden and sealed to ensure that referential equality is used on document nodes. (Inherited from Node .) GetHashCode Overridden and sealed to ensure that the hashcode associated with referential equality is used on document nodes. | | http://stn.spotfire.com/stn/API.aspx?API=dxp/html/AllMembers_T_Spotfire_Dxp_Application_Visual.htm |
|
| Spotfire Pages ⊂ Spotfire Technology Network | | Related API documentation ActivePageReference Visual DataFilteringSelection DataMarkingSelection DataTable AutoConfigure Code Example Adding a page and a visualization to it This code example shows how to create a page and add a visualization. Visuals A visual is either a visualization or a text area. The type is determined by the TypeId ... | | http://stn.spotfire.com/stn/Stints/Pages.aspx |
|
| How to Create a Shortcut Visualization ⊂ Spotfire Technology Network | | ConfiguredBarChartImage, // Icon null) // License { // Empty } } To configure data dependent properties, override the AutoConfigureCore method. First Data.Autoconfigure is used for the default data setup. Then the individual settings are configured to make the bar chart behave like a histogram: protected override void AutoConfigureCore(BarChart ... | | http://stn.spotfire.com/stn/Tutorials/HowToCreateShortcutVisualization.aspx |
|
| Spotfire Visualization ⊂ Spotfire Technology Network | | Note: Do not call the AutoConfigure() method. Examples The following code samples explain how to set up the generic Spotfire visualizations programmatically: Creating a Bar Chart Creating a Bar Chart: Configure with Formatting for Different Columns Creating a Box Plot Creating a Cross Table Creating a Cross Table: Configure with Formatting for ... | | http://stn.spotfire.com/stn/Stints/Visualization.aspx |
|
| AutoConfigure Method | | dll) Syntax C# public void AutoConfigure () Remarks This method is called when a visual is created by the user, but the exact configuration produced is undefined and can change between versions. This method should only be called once. It implicity calls ApplyUserPreferences () () () . Exceptions Exception Condition System . . :: . ... | | http://stn.spotfire.com/stn/API.aspx?API=dxp/html/M_Spotfire_Dxp_Application_Visual_AutoConfigure.htm |
|
| AutoConfigure Method | | dll) Syntax C# public void AutoConfigure () Remarks This method is called when a visual is created by the user, but the exact configuration produced is undefined and can change between versions. This method should only be used if you want to mimic the user's action in the application, and it should only be called once. It implicity calls ... | | http://stn.spotfire.com/stn/API.aspx?API=dxp/html/M_Spotfire_Dxp_Application_Visuals_VisualContent_AutoConfigure.htm |
|
| Spotfire.Dxp.Application.Extension Namespace | | Override this class to provide new AutoConfigure logic for the visual. CustomAggregationMethod Base class for custom aggregation methods. CustomApplicationEventHandler Base class for objects that monitor and react to major events in the application, such as when a new instance of AnalysisApplication has been created. CustomCalculation < (Of < ( ... | | http://stn.spotfire.com/stn/API.aspx?API=dxp/html/N_Spotfire_Dxp_Application_Extension.htm |
|
| CustomVisualization Members | | ) AutoConfigure Configures a newly created visual with reasonable default values given the current data set. (Inherited from VisualContent .) CreateEventRelay Creates an event relay. An event relay is a property in the document model who propagate event. An event is raised for the event relay whenever when the trigger returned by the specified ... | | http://stn.spotfire.com/stn/API.aspx?API=dxp/html/AllMembers_T_Spotfire_Dxp_Application_Extension_CustomVisualization.htm |
|
| CustomVisual Members | | ) AutoConfigure Configures a newly created visual with reasonable default values given the current data set. (Inherited from VisualContent .) CreateEventRelay Creates an event relay. An event relay is a property in the document model who propagate event. An event is raised for the event relay whenever when the trigger returned by the specified ... | | http://stn.spotfire.com/stn/API.aspx?API=dxp/html/AllMembers_T_Spotfire_Dxp_Application_Extension_CustomVisual.htm |
|