AxisStyleCollectionCreateDefault(CSAxisInformation, IReadOnlyPropertyBag) Method |
Creates the axis style with ShowAxisLine = true and ShowMajorLabels = true
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public AxisStyle CreateDefault(
CSAxisInformation info,
IReadOnlyPropertyBag context
)
Parameters
- info CSAxisInformation
- The axis information.
- 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