[]
Returns the size of the axis title.
public SizeF GetAxisTitleSize(Graphics g, PlotArea plotArea, string title, Font titleTextFont, TextDirection titleTextDirection, int titleRotationAngle)
Public Function GetAxisTitleSize(g As Graphics, plotArea As PlotArea, title As String, titleTextFont As Font, titleTextDirection As TextDirection, titleRotationAngle As Integer) As SizeF
Type | Name | Description |
---|---|---|
Graphics | g | Graphics context. |
PlotArea | plotArea | A PlotArea |
string | title | The title |
Font | titleTextFont | Title font |
TextDirection | titleTextDirection | Title direction |
int | titleRotationAngle | Title rotaion angle |
Type | Description |
---|---|
SizeF | A SizeF value that specifies the size of the axis title |