OpenXLSX 1.9.1
Loading...
Searching...
No Matches
OpenXLSX::XLSparklineOptions Struct Reference

The XLSparklineOptions struct encapsulates configuration for a sparkline group. More...

#include <XLSparkline.hpp>

Data Fields

XLSparklineType type {XLSparklineType::Line}
 
std::string seriesColor {"FF376092"}
 
std::string negativeColor {"FFD00000"}
 
std::string markersColor {"FFD00000"}
 
std::string firstMarkerColor {"FFD00000"}
 
std::string lastMarkerColor {"FFD00000"}
 
std::string highMarkerColor {"FFD00000"}
 
std::string lowMarkerColor {"FFD00000"}
 
bool markers {false}
 
bool high {false}
 
bool low {false}
 
bool first {false}
 
bool last {false}
 
bool negative {false}
 
bool displayXAxis {false}
 
std::string displayEmptyCellsAs {"gap"}
 

Detailed Description

The XLSparklineOptions struct encapsulates configuration for a sparkline group.

Field Documentation

◆ displayEmptyCellsAs

std::string OpenXLSX::XLSparklineOptions::displayEmptyCellsAs {"gap"}

◆ displayXAxis

bool OpenXLSX::XLSparklineOptions::displayXAxis {false}

◆ first

bool OpenXLSX::XLSparklineOptions::first {false}

◆ firstMarkerColor

std::string OpenXLSX::XLSparklineOptions::firstMarkerColor {"FFD00000"}

◆ high

bool OpenXLSX::XLSparklineOptions::high {false}

◆ highMarkerColor

std::string OpenXLSX::XLSparklineOptions::highMarkerColor {"FFD00000"}

◆ last

bool OpenXLSX::XLSparklineOptions::last {false}

◆ lastMarkerColor

std::string OpenXLSX::XLSparklineOptions::lastMarkerColor {"FFD00000"}

◆ low

bool OpenXLSX::XLSparklineOptions::low {false}

◆ lowMarkerColor

std::string OpenXLSX::XLSparklineOptions::lowMarkerColor {"FFD00000"}

◆ markers

bool OpenXLSX::XLSparklineOptions::markers {false}

◆ markersColor

std::string OpenXLSX::XLSparklineOptions::markersColor {"FFD00000"}

◆ negative

bool OpenXLSX::XLSparklineOptions::negative {false}

◆ negativeColor

std::string OpenXLSX::XLSparklineOptions::negativeColor {"FFD00000"}

◆ seriesColor

std::string OpenXLSX::XLSparklineOptions::seriesColor {"FF376092"}

◆ type

XLSparklineType OpenXLSX::XLSparklineOptions::type {XLSparklineType::Line}

The documentation for this struct was generated from the following file: