Resize |
public class ResizeGraphOptions : ICloneable
The ResizeGraphOptions type exposes the following members.
Name | Description | |
---|---|---|
ResizeGraphOptions | Initializes a new instance of the ResizeGraphOptions class |
Name | Description | |
---|---|---|
ActionForFontSize | Gets or sets the action concerning the font size. | |
ActionForLineThickness | Gets or sets the action concerning the line thickness. | |
ActionForSymbolSize | Gets or sets the action concerning the symbol size. | |
ActionForTickLength | Gets or sets the length of the action concerning the length of scale ticks. | |
NewRootLayerSize | Gets or sets the new size of the root layer (after resizing). | |
NewStandardFontFamily | Gets or sets the new standard font family (after resizing). | |
NewStandardFontSize | Gets or sets the new standard font size (after resizing). | |
OldLineThickness | Gets or sets the standard line thickness (before resizing). | |
OldMajorTickLength | Gets or sets the standard length of the major tick (before resizing). | |
OldRootLayerSize | Gets or sets the size of the root layer (before resizing). | |
OldStandardFontFamily | Gets or sets the standard font family (before resizing). | |
OldStandardFontSize | Gets or sets the standard font size (before resizing). | |
OptionResetAllFontsToStandardFont | Gets or sets a value indicating whether all fonts should be reset to the standard font family. | |
UserDefinedLineThickness | 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. | |
UserDefinedMajorTickLength | 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. |
Name | Description | |
---|---|---|
Clone | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
InitializeOldValues | Initializes the values associated with the graph before resizing. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ResizeGraph | Resizes a graph according to the options stored in this instance. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |