Class that controls properties for line series in a CombinationChart.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModel.Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Application.Visuals.CombinationChartLineProperties
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(9, 0)] public sealed class CombinationChartLineProperties : DocumentNode
The CombinationChartLineProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BreakOnEmpty | Gets or sets a value indicating whether the lines break on empty values.
|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | MarkerSize | Gets or sets the size of the markers.
|
![]() | ShowMarkerLabels | Gets or sets a value indicating whether marker labels are displayed or not.
|
![]() | ShowMarkers | Gets or sets a value indicating whether markers are displayed or not.
|
![]() | SteppedLines |
Gets or sets a value indicating whether lines are drawn in steps or not.
|
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
![]() | Width | Gets or sets the width of lines.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IServiceProvider.GetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() | INodeContext.GetAncestor<T> |
Implements GetAncestor<T>().
(Inherited from DocumentNode.) |
![]() ![]() | INodeContext.GetService<T> |
Implements GetService<T>().
(Inherited from DocumentNode.) |
![]() ![]() | INodeContext.IsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.BeginAggregatedTransaction |
Implements BeginAggregatedTransaction().
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactions.ExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also
See Also