LayerGetAxisTitleFont¶
LayerGetAxisTitleFont returns the font of the specified axis.
- hFont = LayerGetAxisTitleFont(hLayer, ssXYZ)
Return Value
hFont is the font of the specified axis.
Parameters
- hLayer
Identifies the layer.
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
See also
Overview Diagrams, FontCreate, LayerSetAxisTitleFont, LayerCreate
id-1722994