interface LegendTitle {
    font: Partial<Font>;
    side: "left" | "top" | "top left";
    text: string;
}

Properties

Properties

font: Partial<Font>
side: "left" | "top" | "top left"
text: string