Click or drag to resize

ResizeGraphOptions Class

Collects options to resize a graph.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph2DResizeGraphOptions

Namespace: Altaxo.Graph.Graph2D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ResizeGraphOptions : ICloneable

The ResizeGraphOptions type exposes the following members.

Constructors
 NameDescription
Public methodResizeGraphOptionsInitializes a new instance of the ResizeGraphOptions class
Top
Properties
 NameDescription
Public propertyActionForFontSize Gets or sets the action concerning the font size.
Public propertyActionForLineThickness Gets or sets the action concerning the line thickness.
Public propertyActionForSymbolSize Gets or sets the action concerning the symbol size.
Public propertyActionForTickLength Gets or sets the length of the action concerning the length of scale ticks.
Public propertyNewRootLayerSize Gets or sets the new size of the root layer (after resizing).
Public propertyNewStandardFontFamily Gets or sets the new standard font family (after resizing).
Public propertyNewStandardFontSize Gets or sets the new standard font size (after resizing).
Public propertyOldLineThickness Gets or sets the standard line thickness (before resizing).
Public propertyOldMajorTickLength Gets or sets the standard length of the major tick (before resizing).
Public propertyOldRootLayerSize Gets or sets the size of the root layer (before resizing).
Public propertyOldStandardFontFamily Gets or sets the standard font family (before resizing).
Public propertyOldStandardFontSize Gets or sets the standard font size (before resizing).
Public propertyOptionResetAllFontsToStandardFont Gets or sets a value indicating whether all fonts should be reset to the standard font family.
Public propertyUserDefinedLineThickness Gets or sets the user defined line thickness. If this value is set, it will override the standard line thickness that is calculated from the font family and font size.
Public propertyUserDefinedMajorTickLength Gets or sets the user defined major tick length. If this value is set, it will override the standard major tick length that is calculated from the font family and font size.
Top
Methods
 NameDescription
Public methodClone 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeOldValues Initializes the values associated with the graph before resizing.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodResizeGraph Resizes a graph according to the options stored in this instance.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also