AxisStyleCollectionCreateDefault Method |
Creates the axis style with ShowAxisLine = true and ShowMajorLabels = true
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public AxisStyle CreateDefault(
CSLineID id,
IReadOnlyPropertyBag context
)
Parameters
- id CSLineID
- The axis style identifier.
- context IReadOnlyPropertyBag
- Property context used to determine default values, e.g. for the pen width or symbol size.
Return Value
AxisStyleThe newly created axis style, if it was not in the collection before. Returns the unchanged axis style, if it was present already in the collection.
See Also