Click or drag to resize

IScatterSymbol Interface

Represents a symbol shape for a 3D scatter plot. Instances of this class have to be immutable. They still need to be cloneable, because in a list of scatter symbols we need unique instances.

Namespace: Altaxo.Graph.Graph2D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IScatterSymbol : IImmutable, 
	ICloneable

The IScatterSymbol type exposes the following members.

Properties
 NameDescription
Public propertyDesignSize Gets the design size of this scatter symbol.
Public propertyFillColor 
Public propertyFrame Gets the frame of the symbol, or null if the symbol does not have a frame.
Public propertyInset Gets the inset of this symbol, or null if the symbol does not have an inset.
Public propertyPlotColorInfluenceDetermines which colors of the scatter symbol are affected by the plot color.
Public propertyRelativeStructureWidth Gets the width of internal structures (line e.g. the frame), relative to the symbol size.
Top
Methods
 NameDescription
Public methodCalculatePolygons Calculates the polygons of the outer frame, the inner frame, and the inset.
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Public methodWithFillColor 
Public methodWithFrame 
Public methodWithInset 
Public methodWithPlotColorInfluence 
Public methodWithRelativeStructureWidth 
Top
See Also